From 790d0b6e6e826a5892f240b7269e6b3f4052dfae Mon Sep 17 00:00:00 2001 From: Marcello Sylvester Bauer Date: Mon, 19 Sep 2022 15:42:04 +0200 Subject: [PATCH] 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 --- doc/toolchain_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/toolchain_setup.md b/doc/toolchain_setup.md index 716abef..9fc848c 100644 --- a/doc/toolchain_setup.md +++ b/doc/toolchain_setup.md @@ -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