<> = qemu = QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. == SlackBuild == {{{#!highlight sh cd /tmp wget http://slackbuilds.org/slackbuilds/14.0/system/qemu.tar.gz tar xvzf qemu.tar.gz cd qemu wget http://wiki.qemu.org/download/qemu-1.6.0.tar.bz2 ./qemu.SlackBuild installpkg /tmp/qemu-1.6.0-i486-1_SBo.tgz }}} == From source == {{{#!highlight sh cd /tmp wget https://download.qemu.org/qemu-8.2.2.tar.xz tar xivf qemu-8.2.2.tar.xz cd /tmp/qemu/qemu-8.2.2/ mkdir build cd build ../configure make sudo make install qemu-system-x86_64 -hda box-disk001.vmdk }}}