mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Add ninja to toolchain setup
In addition to meson I had to install ninja for the picolibc update. Not sure if it was just an issue on my system but wanted to flag it.
This commit is contained in:
parent
5661480409
commit
5e2d03dad7
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ $ ./litex_setup.py update
|
|||
|
||||
3. Install a RISC-V toolchain (Only if you want to test/create a SoC with a CPU):
|
||||
```sh
|
||||
$ pip3 install meson
|
||||
$ pip3 install meson ninja
|
||||
$ ./litex_setup.py gcc
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue