From 45cbf0761b05594bebc408abcefb25b5c3752575 Mon Sep 17 00:00:00 2001 From: Alex Taber Date: Fri, 1 Sep 2017 15:07:27 -0400 Subject: [PATCH] Add dependencies --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 782a0af..250754d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ A Theme Manager for the Nintendo3DS, written in C # Dependencies -This depends on zlib. Get it from portlibs. + * zlib, which can be retrieved from the 3ds_portlibs + * makerom and bannertool, which can be retrieved from SteveIce10's buildtools repo. These must be added to your PATH + * 3dstool, which can be retrieved from its release page. This must be added to your PATH. + * pp2d, which is included in the repo if you do a git clone --recursive. # License This project is licensed under the GNU GPLv3. See LICENSE.md for details. Additional terms 7b and 7c apply to this project.