mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +00:00
1 KiB
1 KiB
Building Atmosphère
Building Atmosphère is a very straightforward process that relies almost exclusively on tools provided by the devkitPro organization.
Dependencies
Instructions
Follow the guide located here to install and configure all the tools necessary for the build process.
Install the following packages via (dkp-)pacman:
- switch-dev
- switch-freetype
- switch-libjpeg-turbo
- devkitARM
- devkitarm-rules
In order to build Sept the pycryptodome PyPi package is required. You may install this package by running pip install pycryptodome
under the installed Python environment of your choice. You may also want to install the zip package to support the make dist
recipe.
Finally, clone the Atmosphère repository and run make
under its root directory.