Skip to content

AYCEdemo/compofiller-advance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .