Size: 424
Comment:
|
Size: 646
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
== 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 }}} |
Contents
qemu
QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation.
SlackBuild