Mara_nx is a game patching application for Nintendo Switch. This application was build with Borealis by natinusala to simplify the patching process for Spanish translations available on TraduSquare.
Make sure you meet the following requirements to compile Mara_nx:
- DevkitPro.
- CMake 3.22 or higher.
Follow the steps below to build Mara_nx:
- Clone this repository to your system:
git clone --recurse-submodules https://github.com/D3fau4/Mara_nx.git
- Navigate to the cloned repository directory:
cd Mara_nx
- Create a build directory:
mkdir build
- Generate build files with CMake:
cmake -G "Unix Makefiles" --toolchain=DevkitA64Libnx.cmake -S . -B build
- Build the project:
cmake --build .
- Once the compilation is finished, an executable file for Mara_nx.nro will be generated in
build/