Wording, (dkp-)

This commit is contained in:
SciresM 2019-04-01 17:39:44 -07:00 committed by GitHub
parent 16430217ff
commit 428e176d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Building Atmosphère
The process for building Atmosphère is similar to building Fusée Gelée payloads and other Switch apps.
In order to build Atmosphère you must have devkitARM and devkitA64 installed on your computer. You can find instructions on how to install and setup devkitARM and devkitA64 on various OSes [here](https://devkitpro.org/wiki/Getting_Started). If you're using pacman or dkp-pacman you'll need to install the following packages: devkitARM devkitarm-rules devkitA64 general-tools switch-tools libnx switch-freetype
In order to build Atmosphère you must have devkitARM and devkitA64 installed on your computer. You can find instructions on how to install and setup devkitARM and devkitA64 on various OSes [here](https://devkitpro.org/wiki/Getting_Started). You'll need to install the following packages via (dkp-)pacman: devkitARM devkitarm-rules devkitA64 general-tools switch-tools libnx switch-freetype
sept requires you have python installed with the pycrypto and pycryptodome PyPi packages (pip install pycrypto pycryptodome). You may also want to install the zip package from your package manager of choice to support the `make dist` recipe.