User Tools

Site Tools


software:qemu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:qemu [2024/09/07 16:42] solarsoftware:qemu [2024/09/07 18:49] (current) – removed solar
Line 1: Line 1:
-====== QEMU ====== 
- 
-(This assumes a working [[https://www.msys2.org/|MSYS2]] setup, which I haven't yet written a note on. It's not that difficult though.) 
- 
-Sources: 
- 
-  * [[https://fernandosilva.me/compile-qemu-from-source-on-windows-11-faccc5ad10b8|Compile QEMU from source on Windows 11]] 
-  * [[https://stackoverflow.com/questions/58038683/allow-mklink-for-a-non-admin-user|Allow mklink for a non-admin user]] 
- 
-=== MSYS2 Packages === 
- 
-You need to install a couple of support packages: 
- 
-<code> 
-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 
-</code> 
- 
-=== Enable Windows Developer Mode === 
- 
-In a command prompt (Win-R, ''cmd''), enter ''start ms-settings:developers''. Enable developer mode. (Necessary since the build process needs to be able to make symbolic links.) 
- 
- 
- 
  
software/qemu.1725720122.txt.gz · Last modified: 2024/09/07 16:42 by solar

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki