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-pacman
  • chmod +x ./install-devkitpro-pacman
  • sudo ./install-devkitpro-pacman

With that, Pacman is installed, necessary to install the rest of the DevkitPro packages.

  • sudo dkp-pacman -Sy
  • sudo dkp-pacman -Syu
  • sudo dkp-pacman -S 3ds-dev
  • source /etc/profile.d/devkit-env.sh

With that we would already have devkitPro installed, now:

  • Run git clone --recursive https://github.com/robante15/re3.git to 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