software:qemu
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| software:qemu [2024/09/07 16:49] – solar | software:qemu [2024/09/07 18:49] (current) – removed solar | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== QEMU ====== | ||
| - | (This assumes a working [[https:// | ||
| - | |||
| - | Sources: | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | |||
| - | === MSYS2 Packages === | ||
| - | |||
| - | You need to install a couple of support packages: | ||
| - | |||
| - | < | ||
| - | pacman -Su | ||
| - | pacman -S base-devel git python ninja python-setuptools | ||
| - | pacman -S mingw-w64-x86_64-glib2 mingw-w64-x86_64-pixman | ||
| - | pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-libslirp | ||
| - | </ | ||
| - | |||
| - | === Enable Windows Developer Mode === | ||
| - | |||
| - | In a command prompt (Win-R, '' | ||
| - | |||
| - | === Get QEMU sources === | ||
| - | |||
| - | < | ||
| - | git clone https:// | ||
| - | cd qemu | ||
| - | git checkout v9.1.0 | ||
| - | ./configure --enable-sdl --enable-gtk | ||
| - | make | ||
| - | make install | ||
| - | </ | ||
| - | |||
| - | Make install will copy the built files into '' | ||
software/qemu.1725720588.txt.gz · Last modified: by solar
