README: Add meson package install.

This commit is contained in:
Florent Kermarrec 2021-09-28 16:27:30 +02:00
parent 9a931324c2
commit 7bf6db5f9d
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +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
$ ./litex_setup.py gcc
```