Blog: 2025-02-20

From razwiki
Revision as of 09:48, 20 February 2025 by Razzi (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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