From 2c3753e2bd48379cc2f30d3233b797e687376296 Mon Sep 17 00:00:00 2001 From: jakcron Date: Tue, 7 Aug 2018 13:43:58 +0800 Subject: [PATCH] Include a note about dependency libraries. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a24c53d..48824a1 100644 --- a/README.md +++ b/README.md @@ -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`.