From bee62949d93a19232893eecb9746f0df26e375e5 Mon Sep 17 00:00:00 2001 From: CLO <49863358+clohito@users.noreply.github.com> Date: Sun, 9 Jun 2019 16:11:10 +0300 Subject: [PATCH] Update building.md --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 77d886b63..07f24c1a0 100644 --- a/docs/building.md +++ b/docs/building.md @@ -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). You'll need to install the following packages via (dkp-)pacman: switch-dev switch-freetype devkitARM devkitarm-rules +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: switch-dev switch-freetype devkitARM devkitarm-rules . You will also need the latest libnx master. Get it thru git clone --recursive https://github.com/switchbrew/libnx.git && make install 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. Also make sure you harvest a sept-secondary.enc and put it in the sept folder in the cloned git.