Blog: 2025-02-20

From razwiki
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/