Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ To build the documentation you also need

On a Debian-like system you can do:

$ curl https://sh.rustup.rs -sSf | sh
$ rustup target add x86_64-unknown-linux-musl
$ rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
$ sudo apt install build-essential git cmake ninja-build \
$ sudo apt install rustup build-essential git cmake ninja-build \
device-tree-compiler libxml2-utils \
pandoc texlive-latex-base texlive-latex-recommended \
texlive-fonts-recommended texlive-fonts-extra \
python3.12 python3.12-venv \
qemu-system-arm qemu-system-misc qemu-system-x86 \
gcc-riscv64-unknown-elf \
gcc-x86-64-linux-gnu
$ rustup target add x86_64-unknown-linux-musl
$ rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
$ python3.12 -m venv pyenv
$ ./pyenv/bin/pip install --upgrade pip setuptools wheel
$ ./pyenv/bin/pip install -r requirements.txt
Expand Down
Loading