Build Atmosphère - Resaec/Atmosphere GitHub Wiki
Building Atmosphère
Building Atmosphère is similar to building other Fusée Gelée payloads.
Linux
Preparation
- Install DevkitA64 for Switch homebrew and custom sysmodules. This can be done via Docker, or the standard installation method.
- Run
dkp-pacman -S devkitARM
to install DevkitARM if it is not already. If you did this, runecho export DEVKITARM=/opt/devkitpro/devkitARM/ >> ~/.bashrc
. - Clone the Atmosphère repo.
Building it
- In the Atmosphere directory, run
make
.