mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-29 17:36:26 -05:00
doc/toolchain_setup: Add missing apt dependency
libhidapi-dev is required to build icestorm: ``` pi_pico_interface.c:5:10: fatal error: hidapi/hidapi.h: No such file or directory ``` Tested with podman. Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
This commit is contained in:
parent
d354f203dc
commit
650fb8a10f
@ -15,7 +15,7 @@ These steps are used to build and install the
|
|||||||
python3-dev libboost-dev libeigen3-dev \
|
python3-dev libboost-dev libeigen3-dev \
|
||||||
libboost-dev libboost-filesystem-dev \
|
libboost-dev libboost-filesystem-dev \
|
||||||
libboost-thread-dev libboost-program-options-dev \
|
libboost-thread-dev libboost-program-options-dev \
|
||||||
libboost-iostreams-dev cmake
|
libboost-iostreams-dev cmake libhidapi-dev
|
||||||
|
|
||||||
git clone https://github.com/YosysHQ/icestorm
|
git clone https://github.com/YosysHQ/icestorm
|
||||||
cd icestorm
|
cd icestorm
|
||||||
|
Loading…
Reference in New Issue
Block a user