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 committed by Björn Töpel
parent d354f203dc
commit 650fb8a10f

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