From e648cc9485906ddeeb2256c761c2492b3e725f48 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 23 Oct 2018 23:08:05 -0400 Subject: [PATCH] Added build requirements to the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 76c36d8..77b6c35 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ The latest release is available from the [releases](https://github.com/switchbre #### Building Build with ```make nx``` or just run ```make```. +The following is required to build: libfreetype (switch-freetype), libconfig (switch-libconfig), and libjpeg-turbo (switch-libjpeg-turbo). Where "({name})" is the pacman package. + +C11-threads are used, hence building for the pc-build may fail if C11-threads are not available. + #### Credits * This uses code based on 3DS [new-hbmenu](https://github.com/fincs/new-hbmenu).