Added build requirements to the README.

This commit is contained in:
yellows8 2018-10-23 23:08:05 -04:00 committed by GitHub
parent 86632292b0
commit e648cc9485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).