From b7da414574a31f831e5e20781bc7f359a73197c7 Mon Sep 17 00:00:00 2001 From: CLO <49863358+clohito@users.noreply.github.com> Date: Sun, 9 Jun 2019 16:01:57 +0300 Subject: [PATCH] Help compilers with sept clarifications --- docs/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index e04432e51..77d886b63 100644 --- a/docs/building.md +++ b/docs/building.md @@ -3,6 +3,6 @@ The process for building Atmosphère is similar to building Fusée Gelée payloa 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 -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. +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. -Once you have finished installing the devkitPro-provided toolchain/libraries, python, and the dependencies, simply clone the Atmosphère repo (clone with the -r flag), change your directory to it and run `make`. +Once you have finished installing the devkitPro-provided toolchain/libraries, python, and the dependencies, simply clone the Atmosphère repo (clone with the -r flag), change your directory to it and run `SEPT_ENC_PATH=/path/to/sept-secondary.enc make` else your sept simply won't compile.