ArticBaseServer/app/buildtools/README.md
2024-05-12 19:19:42 +02:00

13 lines
603 B
Markdown

# buildtools
Common build tools for C/C++ projects. Supports PC and 3DS targets.
Dependencies:
* [makerom](https://github.com/profi200/Project_CTR/tree/master/makerom/) - Building 3DS/CIA files.
* [bannertool](https://github.com/Steveice10/bannertool/) - Building 3DS/CIA files.
* [citra](https://github.com/citra-emu/citra/) - Testing 3DS/CIA builds on a PC.
* zip - Zipping up output files.
* xxd - Embedding binary files in executables.
* python - Installing CIA builds to a 3DS over the network.
Credit for 3DS homebrew logo goes to [PabloMK7](http://gbatemp.net/members/pablomk7.345712/).