···99 * 3ds-pkg-config
1010 * 3ds-zlib
11111212-If you'd like to build a .CIA archive in addition to .3DSX, the following tools must be added to your PATH:
1313-1414-* bannertool
1515-* makerom
1616-1712## Building instructions
18131914```
2015cd build
2121-cmake .. -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/3ds.cmake -DN3DS=TRUE -DN3DS_BUILD_CIA=?
2222-cmake .. -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/3ds.cmake -DN3DS=TRUE -DN3DS_BUILD_CIA=? # must be run twice due to bug
1616+cmake .. -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/3ds.cmake -DN3DS=TRUE
2317make
2418```
25192626-You should now be able to find `tic80.3dsx` (and `tic80.cia`, if you enabled the CIA build option) in build/bin.
2020+You should now be able to find `tic80.3dsx` in build/bin.