Open Source Unbanning Client for the 3DS.
Paul_GameDev ea31e22fa7 '.gitignore' ändern | 7 lat temu | |
---|---|---|
external | 7 lat temu | |
res | 7 lat temu | |
src | 7 lat temu | |
test | 7 lat temu | |
.gitignore | 7 lat temu | |
.gitmodules | 7 lat temu | |
CMakeLists.txt | 7 lat temu | |
README.md | 7 lat temu |
Open Source Client of UnbanMii (v3.0)
You will need at first the cpp3ds library, whose location must be defined in the environment variable CPP3DS.
To build from source on a Linux/UNIX-based system, run the following commands:
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_EMULATOR=OFF -DBUILD_TESTS=OFF ..
make -j4
-DCMAKEBUILDTYPE can be set to either "Release" or "Debug" (without the quotes):
Release is the mode chosen when you are about to release/update your app, the debugging console on the bottom screen and the FPS counter on the top screen will not be drawn in this mode.
Debug is the mode chosen when you are developing your application, this mode will allow you to see the debugging console and the FPS counter, useful to debug your application.