mirror of
https://github.com/DarkStore-3DS/buildtools.git
synced 2026-07-03 00:39:37 +00:00
Rely on binaries installed to PATH instead of bundling executables.
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
Common build tools for C/C++ projects. Supports PC and 3DS targets.
|
||||
|
||||
Requires some form of the zip/unzip commands. When embedding binary files, xxd is required as well.
|
||||
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/).
|
||||
|
||||
Reference in New Issue
Block a user