mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
4758dfa933
Co-authored-by: ndeadly <24677491+ndeadly@users.noreply.github.com>
1.1 KiB
1.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
- devkitA64
- devkitARM
- Python 2 (Python 3 may work as well, but this is not guaranteed)
- LZ4
- PyCryptodome (optional)
- hactool
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-glm
switch-libjpeg-turbo
devkitARM
devkitarm-rules
hactool
-
Install the following library via python's package manager
pip
, required by exosphere:lz4
-
Finally, clone the Atmosphère repository and run
make
under its root directory.