Building on 3DS - robante15/re3 GitHub Wiki
First you need devkitpro / devkitARM.
To install it on Ubuntu, Linux Mint, Debian and derivatives, the following steps must be carried out:
wget https://apt.devkitpro.org/install-devkitpro-pacmanchmod +x ./install-devkitpro-pacmansudo ./install-devkitpro-pacman
With that, Pacman is installed, necessary to install the rest of the DevkitPro packages.
sudo dkp-pacman -Sysudo dkp-pacman -Syusudo dkp-pacman -S 3ds-devsource /etc/profile.d/devkit-env.sh
With that we would already have devkitPro installed, now:
- Run
git clone --recursive https://github.com/robante15/re3.gitto clone the project to your PC - Enter the newly created re3 directory
- Enter in build-ctr directory
- Run the command
make
The final file is called re3.3dsx, that file can be loaded from the Homebrew Launcher