Add deps for building qemu

This commit is contained in:
Daniel Lublin 2022-09-29 15:24:21 +02:00
parent 99efb78ed8
commit c9755e4cca
No known key found for this signature in database
GPG Key ID: 75BD0FEB8D3E7830
2 changed files with 5 additions and 1 deletions

View File

@ -22,12 +22,15 @@ RUN apt-get -qq update -y \
libeigen3-dev \
libffi-dev \
libftdi-dev \
libglib2.0-dev \
libhidapi-dev \
libpixman-1-dev \
libreadline-dev \
lld \
llvm \
mercurial \
nano \
ninja-build \
pkg-config \
python3 \
python3-dev \

View File

@ -15,7 +15,8 @@ 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 libhidapi-dev
libboost-iostreams-dev cmake libhidapi-dev \
ninja-build libglib2.0-dev libpixman-1-dev
git clone https://github.com/YosysHQ/icestorm
cd icestorm