From 1713d7c96b17c946a143a2d9a31d2db20326485e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Wed, 22 Mar 2023 09:29:15 +0100 Subject: [PATCH] Add note about tillitis-iceprog depending on libusb-1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joachim Strömbergson --- doc/toolchain_setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/toolchain_setup.md b/doc/toolchain_setup.md index ec065d7..51f2a45 100644 --- a/doc/toolchain_setup.md +++ b/doc/toolchain_setup.md @@ -86,7 +86,9 @@ install other versions of these tools locally, they could conflict cd .. # Custom iceprog for the RPi 2040-based programmer (will be upstreamed). - git clone -b interfaces https://github.com/tillitis/icestorm tillitis--icestorm + # Note: tillitis-iceprog depends on libusb-1.0.0. + # On Ubuntu install with 'sudo apt install libusb-1.0.0' + git clone -b interfaces https://github.com/tillitis/icestorm tillitis--icestorm cd tillitis--icestorm/iceprog make sudo make PROGRAM_PREFIX=tillitis- install