Skip to content

Commit

Permalink
Install missing libraries for Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorgyana committed Oct 3, 2020
1 parent f2f0c27 commit 82b65f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ echo "Successfully configured. Building now..."
# On my machine, configuration step did not collect all the dependencies
# required to build Qemu. So manually appending them here, even if they
# are present already.
awk -F '=' -i inplace '{ if ($1 == "GIO_LIBS") { print $0 " -lblkid -luuid" } else { print $0 } }' config-host.mak
sudo apt install libblkid-dev libselinux1-dev uuid-dev libmount-dev
#awk -F '=' -i inplace '{ if ($1 == "GIO_LIBS") { print $0 " -lblkid -luuid" } else { print $0 } }' config-host.mak

make -j4

0 comments on commit 82b65f9

Please sign in to comment.