Blog: 2025-02-20: Difference between revisions
Jump to navigation
Jump to search
(Created page with "compiling qemu on macos 11.7 big sur <pre> git clone https://github.com/qemu/qemu cd qemu git switch --detach v8.2.9 ./configure --target-list=x86_64-softmmu make make install </pre>") |
(No difference)
|
Revision as of 10:48, 20 February 2025
compiling qemu on macos 11.7 big sur
git clone https://github.com/qemu/qemu cd qemu git switch --detach v8.2.9 ./configure --target-list=x86_64-softmmu make make install