Skip to content

Commit

Permalink
README: update for rewritten tool
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed May 21, 2024
1 parent 25dcfeb commit 91d9de1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand All @@ -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.
Expand Down

0 comments on commit 91d9de1

Please sign in to comment.