Include a note about dependency libraries.

This commit is contained in:
jakcron 2018-08-07 13:43:58 +08:00
parent 2645a17444
commit 2c3753e2bd

View file

@ -18,6 +18,8 @@ Tools & Libraries for Nintendo devices.
* __libpolarssl__ - Cryptographic functions (AES,SHA,RSA). Clone of [polarssl](https://github.com/ARMmbed/mbedtls) (now mbedTLS).
* __liblz4__ - Compression algorithms (LZ4). Clone of [lz4](https://github.com/lz4/lz4).
(Copies of these are included locally and are statically linked libraries)
# Building
On MacOS/Linux/WSL run `make`.