From 5e2d03dad72d7d60f8461dea3e681516b3d991b3 Mon Sep 17 00:00:00 2001 From: developandplay <34752929+developandplay@users.noreply.github.com> Date: Thu, 30 Sep 2021 00:10:45 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dd531160..e30659734 100644 --- a/README.md +++ b/README.md @@ -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 ```