Open Source Unbanning Client for the 3DS.

Paul_GameDev ea31e22fa7 '.gitignore' ändern пре 7 година
external 26c70d4b61 Initial commit пре 7 година
res 02276edd90 owo? пре 7 година
src 1594b35583 Just some Stuff пре 7 година
test 866f184f99 Added Stuff пре 7 година
.gitignore ea31e22fa7 '.gitignore' ändern пре 7 година
.gitmodules 26c70d4b61 Initial commit пре 7 година
CMakeLists.txt 02276edd90 owo? пре 7 година
README.md 7efb1fcddd 'README.md' ändern пре 7 година

README.md

UnbanMii Client

Open Source Client of UnbanMii (v3.0)

How to build

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.

Credits