try to get CMake going, but it's not finished. don't use unless you know what you're doing.
This commit is contained in:
StapleButter
2017-04-29 20:25:57 +02:00
4 changed files with 62 additions and 1 deletions

View File

@ -19,7 +19,18 @@ Note: the DS-mode firmware in the 3DS isn't bootable, it only contains the bare
As for the rest, the interface should be pretty straightforward. If you have a question, don't hesitate to ask, though!
How to build:
Linux:
* mkdir -p build
* cd build
* cmake ..
* make
Windows:
* use CodeBlocks
(build system not yet finished tho)
TODO LIST