This gist contains a Dockerfile for building Pokered and other similar game boy disassemblies. It uses Ubuntu LTS and installs all required build tools into a docker image.
The two scripts included allow you build and copy the ROM from Docker:
- *nix (Linux/OSX etc.):
build-docker.sh
- windows:
build-docker.bat
- Ensure Docker is installed and running
- Have a version of Pokered checked out that you want to build
- Download the
Dockerfile
and the build script for your OS (see above) to the Pokered directory- If on Linux/OSX etc. make the script executable by running:
chmod +x build-docker.sh
- If on Linux/OSX etc. make the script executable by running:
- Run the build script from a terminal
- If all went well a
Pokered.gbc
file should have been created