QEMU/Installation: Difference between revisions

No edit summary
 
(2 intermediate revisions by the same user not shown)
 
==Linux==
Pretty much every major Linux distributions has QEMU in their repositories. Below isare a list of exampleinstall commands for various popular operating systems.distros:
 
{| class="wikitable"
 
==Windows==
The best place to grab 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.
 
==macOS==
|}
 
The easiest way to get QEMU on macOS is by installing it with [https://brew.sh/ Homebrew], then by typing <code>brew install qemu</code>. It can also be installed 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 will workworks on 64-bit Macs andrunning Mac OS 10.6 or higher. YouFor canolder alsoPowerPC downloadmacs, versiona port of 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==