Create Documentation/Wiki

Various changes suggested by misson20000
This commit is contained in:
CyberVision
2018-09-23 18:53:32 -05:00
committed by HylianMedia
parent a2b4d9168d
commit 3c1134e3d6
15 changed files with 287 additions and 0 deletions

6
docs/building.md Normal file
View File

@@ -0,0 +1,6 @@
# 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).
Once you have finished installing devkitARM and devkitA64, simply clone the Atmosphère repo, change to it and run `make`.