Add note about tillitis-iceprog depending on libusb-1.0.0

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2023-03-22 09:29:15 +01:00
parent f83f919f9e
commit 1713d7c96b
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679

View File

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