fix bug in qemu build script

This commit is contained in:
George Hotz 2014-08-21 11:30:00 -07:00
parent aa436590e9
commit fc61f7a63a
2 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
# if you don't have ubuntu you are on your own here
if [ $(which apt-get) ]; then
echo "fetching qemu build-deps, enter your password"
sudo apt-get update
sudo apt-get --no-install-recommends -y build-dep qemu
sudo apt-get install wget flex bison libtool automake autoconf autotools-dev
sudo apt-get install wget flex bison libtool automake autoconf autotools-dev pkg-config libglib2.0-dev
else
echo "WARNING: you don't have apt-get, you are required to fetch the build deps of QEMU on your own"
fi

Binary file not shown.