Blog: 2025-02-20

From razwiki
Revision as of 10:10, 20 February 2025 by Razzi (talk | contribs)
(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

Cool this raylib https://www.raylib.com/