We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c99e8 commit 3e23ab7Copy full SHA for 3e23ab7
.github/workflows/doc-and-test.yml
@@ -49,7 +49,10 @@ jobs:
49
- name: Install QEMU
50
run: |
51
sudo apt-get update
52
- sudo apt-get install ninja-build -y
+ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev \
53
+ gawk build-essential bison flex texinfo gperf libtool patchutils bc \
54
+ zlib1g-dev libexpat-dev pkg-config libglib2.0-dev libpixman-1-dev libsdl2-dev libslirp-dev \
55
+ python3 python3-pip ninja-build -y
56
if [ ! -d qemu-7.0.0 ]; then
57
wget https://download.qemu.org/qemu-7.0.0.tar.xz
58
tar -xf qemu-7.0.0.tar.xz
0 commit comments