Merge pull request #1052 from developandplay/patch-5

Add ninja to toolchain setup
This commit is contained in:
enjoy-digital 2021-09-30 09:33:28 +02:00 committed by GitHub
commit 4563ccae18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```