To build this project, you need
- git
- The libdragon toolchain
- SCons
This project is composed of git submodules. To clone the project, use the following command:
git clone --recursive git@github.com:oschijns/n64brew-gamejam-2025.gitIf you did a regular git clone,
you can recover the submodules using the following commands:
git submodule init
git submodule updateOnce you have pulled the source, you can build the whole project with SConstruct.
The build script will compile the libraries into .a files, the main sources
and convert the binaries into a ROM.
Simply run:
sconsThe list of libraries usable in this project