/Teaching/Operating Systems/Tutorials/Building Qemu
Building Qemu
-
Get Qemu from http://wiki.qemu.org/Download
-
Compile with flags:
-
Virtual Machine:
./configure --enable-curses --enable-sdl --target-list=i386-softmmu -
Normal Machine:
./configure --enable-curses --enable-sdl --target-list=i386-softmmu --enable-kvm -
Make with:
make -j -
Install with
make install(or through the packet manager if you prefer that)