QEMU/Installation: Difference between revisions

No edit summary
 
(4 intermediate revisions by the same user not shown)
[[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 isare a list of exampleinstall commands for various popular operating systems.distros:
 
{| class="wikitable"
| openSUSE
| <code>zypper install qemu</code>
|-
| Slackware
| <code>slpkg -s sbo qemu</code>
|-
|}
 
==Windows==
The best place to grab precompiled Windows binaries is on [https://qemu.weilnetz.de/ Weilnetz]'s page, which are officially linked to on QEMU's official website. The site contains builds of the latest QEMU for 32-bit and 64-bit versions of Windows, and(some older builds of QEMU for 32-bit Windows are also available). It is confirmed to be working and up to date.
 
Alternatively, there is also [http://lassauge.free.fr/qemu/QEMU_on_Windows.html Lassauge's] page, but it requires Cygwin to be installed and onlyis severely providesout 64-bitof buildsdate.
 
==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 [https://www.macports.org/ MacPorts].
 
AlternativelyFor older systems, you can download 2.10.1 binaries from [http://www.mediafire.com/file/jvy54hdzjixzxbb/QEMU_2.10.1.zip this] page, which workworks on 64-bit Macs andrunning Mac OS 10.6 or higher. YouFor canolder alsoPowerPC downloadmacs, a port versionof 1.6.2 can be downloaded 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==