mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
additional dependencies for devkitA64
This commit is contained in:
parent
971fed0fec
commit
6fe79e337e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user