Rely on binaries installed to PATH instead of bundling executables.

This commit is contained in:
Steveice10
2018-03-20 17:27:46 -07:00
parent ac45f28cc3
commit df4193c35b
22 changed files with 10 additions and 409 deletions
+7 -1
View File
@@ -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/).