1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-14 15:55:54 +00:00

Add libcapnp-dev for FPGA interchange compilation support.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman
2021-02-12 16:16:54 -08:00
parent 664407089b
commit e60dda57f3

View File

@@ -9,7 +9,8 @@ RUN set -e -x ;\
build-essential autoconf cmake clang bison wget flex gperf \
libreadline-dev gawk tcl-dev libffi-dev graphviz xdot python3-dev \
libboost-all-dev qt5-default git libftdi-dev pkg-config libeigen3-dev \
zlib1g-dev curl python3-pip
zlib1g-dev curl python3-pip libcapnp-dev capnproto
RUN set -e -x ;\
mkdir -p /usr/local/src ;\