From 6fe79e337e46264e7fec999eb6059d96483712e7 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 18 Nov 2017 20:45:52 +0000 Subject: [PATCH] additional dependencies for devkitA64 --- README.TXT | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.TXT b/README.TXT index dc2f0bb..146acfe 100644 --- a/README.TXT +++ b/README.TXT @@ -1,7 +1,7 @@ devkitPro build scripts -------------------------- -This readme will guide you through building devkitARM, devkitPPC or devkitPSP +This readme will guide you through building devkitARM, devkitPPC or devkitA64 from source using a set of scripts. The windows versions of the toolchains are now cross compiled on linux using @@ -41,6 +41,11 @@ Building gxtexconv for cube/wii needs GL/gl.h which can be obtained with sudo apt-get install mesa-common-dev +Tools for devkitA64 require liblz4. + +sudo apt-get install liblz4-dev + + For building the OSX versions we install the Xcode commandline tools and build pkg-config from source as well as static versions of the libraries listed above. This helps keep the dependencies to a minimum so end users can use the tools