Emulator for the Gxphone GX200 fantasy phone.
- If you don't want to compile yourself, you can also just clone the repo and download a pre-compiled executable for Windows or Linux.
- If you're on Windows, download w64devkit. Make sure you get a release zip, not the source code. Extract the archive somewhere and run
w64devkit.exe
. On Linux, just open a terminal. - Follow the below instructions for the platform you want to build for.
- Run
./setup.sh
to set up the project. - Run
./build.sh
to compile the project.
- Run
TARGET=Web ./setup.sh
to set up the project. You will need about 1 GB of free space. - Run
TARGET=Web ./build.sh
to compile the project.
- Install
mingw-w64
using your package manager. - Run
TARGET=Windows_NT ./setup.sh
to set up the project. - Run
TARGET=Windows_NT ./build.sh
to compile the project.