Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 389 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 389 Bytes

Building

Following programs are required:

  • CMake
  • devkitPro, with these packages:
    • devkitARM
    • libtonc
    • maxmod-gba
    • gba-cmake

Also the environment variable DEVKITPRO should be set to where you installed DKP (usually /opt/devkitpro)

Then run following commands:

mkdir build
cd build
cmake ..
cmake --build .