mirror of
https://github.com/azahar-emu/ArticBaseServer.git
synced 2025-06-25 14:22:44 -04:00
13 lines
603 B
Markdown
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/).
|