-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sabo edited this page Nov 2, 2023
·
5 revisions
$ git clone https://git.imp.fu-berlin.de/koenigl/qemu-portux.git
$ mkdir qemu-build
$ cd qemu-build
$ ../qemu-portux/configure --target-list=arm-softmmu --disable-werror
Falls die Meldung ERROR: pkg-config binary 'pkg-config' not found
erscheint:
sudo apt update
sudo apt install pkg-config
Falls die Meldung ERROR: glib-2.48 gthread-2.0 is required to compile QEMU
erscheint:
sudo apt update
sudo apt install libglib2.0-dev
sudo apt install libpixman-1-dev