1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Atmosphere/docs/building.md
2020-04-26 20:43:32 +01:00

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-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.