This is a fork of Mini vMac (https://www.gryphel.com/c/minivmac/)
To build this repository:
- create a
build
subdirectory - run
cmake ..
in this directory make
should give you a minivmac_x11 and/or a minivmac_sdl binary on Linux
To build for Windows, use MinGW-W64 with the included toolchain files:
- create a
build
subdirectory - run
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain_mingw32.txt ..
orcmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain_mingw64.txt ..
in this directory.
A minivmac.exe
file for the specified architecture should have appeared.