mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
884 B
884 B
Building
Linux (incl. Windows Subsystem for Linux) & MacOS - Makefile
Requirements
make- Terminal access
- Typical GNU compatible development tools (e.g.
clang,g++,c++,aretc) with C++11 support
Using Makefile
make(default) - Compile program- Compiling the program requires local dependencies to be compiled via
make depsbeforehand
- Compiling the program requires local dependencies to be compiled via
make clean- Remove executable and object filesmake deps- Compile locally included dependency librariesmake clean_deps- Remove compiled library binaries and object files
Native Windows - Visual Studio
Requirements
- Visual Studio Community 2015 / 2017 / 2019
Compiling CTRTool
- Open
build/visualstudio/CTRTool.slnin Visual Studio - Select Target (e.g
Debug|Release&x86|x64) - Navigate to
Build->Build Solution