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:
Marcello Sylvester Bauer 2022-09-19 15:42:04 +02:00
parent 8785da9280
commit 790d0b6e6e
No known key found for this signature in database
GPG Key ID: 56B25499B40DFA19

View File

@ -15,7 +15,7 @@ These steps are used to build and install the
python3-dev libboost-dev libeigen3-dev \
libboost-dev libboost-filesystem-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
cd icestorm