From 4758dfa933d18e6f3b3cca33a0ff3fd96147e5d2 Mon Sep 17 00:00:00 2001 From: ndeadly Date: Sun, 10 Oct 2021 13:50:57 +0200 Subject: [PATCH] docs: add hactool to list of build dependencies (#1662) Co-authored-by: ndeadly <24677491+ndeadly@users.noreply.github.com> --- docs/building.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/building.md b/docs/building.md index e29586c20..4f000acf0 100644 --- a/docs/building.md +++ b/docs/building.md @@ -7,6 +7,7 @@ Building Atmosphère is a very straightforward process that relies almost exclus + [Python 2](https://www.python.org) (Python 3 may work as well, but this is not guaranteed) + [LZ4](https://pypi.org/project/lz4) + [PyCryptodome](https://pypi.org/project/pycryptodome) (optional) ++ [hactool](https://github.com/SciresM/hactool) ## Instructions 1. Follow the guide located [here](https://devkitpro.org/wiki/Getting_Started) to install and configure all the tools necessary for the build process. @@ -17,6 +18,7 @@ Building Atmosphère is a very straightforward process that relies almost exclus + `switch-libjpeg-turbo` + `devkitARM` + `devkitarm-rules` + + `hactool` 3. Install the following library via python's package manager `pip`, required by [exosphere](components/exosphere.md): + `lz4`