From 7bf6db5f9deb05af2cb99dec67158291508d94ae Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 28 Sep 2021 16:27:30 +0200 Subject: [PATCH] README: Add meson package install. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39d0258aa..5dd531160 100644 --- a/README.md +++ b/README.md @@ -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 ```