-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ivan Velickovic <[email protected]>
- Loading branch information
1 parent
25dcfeb
commit 91d9de1
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ This section attempts to list the packages or external development tools which a | |
At this stage it may be incomplete. | ||
Please file an issue if additional packages are required. | ||
|
||
* Rust and Cargo | ||
* git | ||
* make | ||
* python3.9 | ||
|
@@ -56,6 +57,7 @@ To build the documentation you also need | |
|
||
On a Debian-like system you can do: | ||
|
||
$ curl https://sh.rustup.rs -sSf | sh | ||
$ sudo apt install build-essential git cmake ninja-build \ | ||
device-tree-compiler libxml2-utils \ | ||
pandoc texlive-latex-base texlive-latex-recommended \ | ||
|
@@ -74,6 +76,7 @@ To use this: | |
|
||
On macOS, with the [Homebrew](https://brew.sh) package manager you can do: | ||
|
||
$ curl https://sh.rustup.rs -sSf | sh | ||
$ brew install pandoc cmake dtc ninja qemu libxml2 [email protected] coreutils texlive qemu | ||
|
||
Additonally, a number of Python libraries are needed. | ||
|