QEMU/Installation: Difference between revisions

no edit summary
No edit summary
No edit summary
[[QEMU]] can be installed in many ways. The most common method is probably installing aan already precompiledcompiled binary, since it is a much simpler method of installation when compared to compiling it from the source code.
 
==Linux==
Pretty much allevery major Linux distributions containshas QEMU in their respective repositories. Below is a list of example commands for various popular operating systems.
 
{| class="wikitable"
| openSUSE
| <code>zypper install qemu</code>
|-
| Slackware
| <code>slpkg -s sbo qemu</code>
|-
|}
Alternatively, there is [http://lassauge.free.fr/qemu/QEMU_on_Windows.html Lassauge's] page, but it requires Cygwin to be installed and only provides 64-bit builds.
 
==Mac OSmacOS==
{| class="wikitable"
|-
|}
 
Of course theThe easiest way to get QEMU on Mac OSmacOS is by installing it with [https://brew.sh/ Homebrew], then by typing <code>brew install qemu</code>. YouIt can also installbe itinstalled through MacPorts.
 
Alternatively, you can download 2.10.1 binaries from [http://www.mediafire.com/file/jvy54hdzjixzxbb/QEMU_2.10.1.zip this] page, which will work on 64-bit Macs and Mac OS 10.6 or higher. You can also download version 1.6.2 from [http://www.mediafire.com/file/5pk2j3a7d82app6/QEMU_1.6.2_Mac_OS_10.4_G5.zip here], which works on a PowerPC Mac. It requires Mac OS 10.4 or higher, and at least a PowerPC G5 CPU.
 
==BSD==