mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
qemu: install pixman dep, version bump
This commit is contained in:
parent
bc8e886fe9
commit
d128a5276b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
VERSION=v2.10.0-rc2
|
||||
VERSION=v2.10.0
|
||||
git clone --depth=1 -b "$VERSION" git://git.qemu-project.org/qemu.git
|
||||
cd qemu
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
apt-get install -y python pkg-config zlib1g-dev libglib2.0-dev
|
||||
apt-get install -y python pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev
|
||||
|
|
Loading…
Reference in a new issue