Open Source Unbanning Client for the 3DS.

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

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