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 f2f0c27 commit 82b65f9Copy full SHA for 82b65f9
build.sh
@@ -20,6 +20,7 @@ echo "Successfully configured. Building now..."
20
# On my machine, configuration step did not collect all the dependencies
21
# required to build Qemu. So manually appending them here, even if they
22
# are present already.
23
-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
24
+#awk -F '=' -i inplace '{ if ($1 == "GIO_LIBS") { print $0 " -lblkid -luuid" } else { print $0 } }' config-host.mak
25
26
make -j4
0 commit comments