mtgos-mtgos-3ds9/readme
2017-07-29 11:26:25 +01:00

8 lines
345 B
Text

to build mtgos you need the cross compilers, whose makefile is included in cross/
Quick walkthrough of the steps needed for building:
1) mkdir -pv build; cd build - this will enter a build directory, as an in-dir build is not supported
2) cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/arm-none-eabi.cmake ..
3) make
4) Kernel is in kernel/kernel