From 7d01d059df43e70581f338fb86e4dc475b49492e Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 9 Sep 2019 10:34:12 -0400 Subject: [PATCH] Updated README. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11f706a..f3f75e1 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,20 @@ The latest release is available from the [releases](https://github.com/switchbre Build for the Nintendo Switch with ```make nx``` and for the PC with ```make pc```. Running ```make``` builds for both systems. -The following [pacman packages](https://devkitpro.org/wiki/devkitPro_pacman) are required to build: +The following [pacman packages](https://devkitpro.org/wiki/devkitPro_pacman) are required to build for Switch: - `switch-dev` - `switch-freetype` - `switch-libconfig` - `switch-libjpeg-turbo` - `switch-zlib` -- `zip` (on Windows) -For the PC build, `libminizip` is required (for the Switch build, the `switch-zlib` package includes this). +The following libraries are required to build for PC: +- `libfreetype` +- `libconfig` +- `libjpeg-turbo` +- `libminizip` + +Building for Switch/PC requires `zip`. Since C11 threads are used, building for the PC may fail if C11 threads are not available.