Open Source Unbanning Client for the 3DS.

Paul_GameDev ea31e22fa7 '.gitignore' ändern vor 7 Jahren
external 26c70d4b61 Initial commit vor 7 Jahren
res 02276edd90 owo? vor 7 Jahren
src 1594b35583 Just some Stuff vor 7 Jahren
test 866f184f99 Added Stuff vor 7 Jahren
.gitignore ea31e22fa7 '.gitignore' ändern vor 7 Jahren
.gitmodules 26c70d4b61 Initial commit vor 7 Jahren
CMakeLists.txt 02276edd90 owo? vor 7 Jahren
README.md 7efb1fcddd 'README.md' ändern vor 7 Jahren

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