Size: 335
Comment:
|
← Revision 8 as of 2024-07-26 19:22:00 ⇥
Size: 688
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
<<TableOfContents(2)>> |
|
Line 5: | Line 7: |
* cd /tmp * wget http://slackbuilds.org/slackbuilds/11.0/system/qemu.tar.gz * tar xvzf qemu.tar.gz * cd qemu * wget http://wiki.qemu-project.org/download/qemu-1.7.0.tar.bz2 |
{{{#!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 }}} |
Contents
qemu
QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation.
SlackBuild