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 edit summary |
||
Line 8: | Line 8: | ||
make install |
make install |
||
</pre> |
</pre> |
||
Cool this raylib https://www.raylib.com/ |
Latest revision as of 10:10, 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
Cool this raylib https://www.raylib.com/