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 \ libeigen3-dev \
libffi-dev \ libffi-dev \
libftdi-dev \ libftdi-dev \
libglib2.0-dev \
libhidapi-dev \ libhidapi-dev \
libpixman-1-dev \
libreadline-dev \ libreadline-dev \
lld \ lld \
llvm \ llvm \
mercurial \ mercurial \
nano \ nano \
ninja-build \
pkg-config \ pkg-config \
python3 \ python3 \
python3-dev \ python3-dev \

View File

@ -15,7 +15,8 @@ These steps are used to build and install the
python3-dev libboost-dev libeigen3-dev \ python3-dev libboost-dev libeigen3-dev \
libboost-dev libboost-filesystem-dev \ libboost-dev libboost-filesystem-dev \
libboost-thread-dev libboost-program-options-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 git clone https://github.com/YosysHQ/icestorm
cd icestorm cd icestorm