File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,19 +26,26 @@ http://www.multiprecision.org/
2626sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev
2727
2828Some of the tools for devkitARM and devkitPPC also require FreeImage, zlib,
29- and libusb. Again these are built as static libraries for ease of packaging
30- but you can probably use the versions supplied by your distro.
29+ expat, and libusb. Again these are built as static libraries for ease of
30+ packaging but you can probably use the versions supplied by your distro.
3131
3232http://freeimage.sourceforge.net/
3333http://www.zlib.net
3434http://www.libusb.org
35+ http://expat.sourceforge.net/
36+
37+ sudo apt-get install libfreeimage-dev zlib1g-dev libusb-dev libexpat1-dev
3538
36- sudo apt-get install libfreeimage-dev zlib1g-dev libusb-dev
3739
3840Building gxtexconv for cube/wii needs GL/gl.h which can be obtained with
3941
4042sudo apt-get install mesa-common-dev
4143
44+ For building the OSX versions we install the Xcode commandline tools and build
45+ pkg-config from source as well as static versions of the libraries listed above.
46+ This helps keep the dependencies to a minimum so end users can use the tools
47+ with only Xcode command line tools to obtain make.
48+
4249To avoid having to manually answer prompts during the build the script will
4350read variables from config.sh if it exists. Copy config.sh.sample to config.sh
4451and set the variables as appropriate for your build.
You can’t perform that action at this time.
0 commit comments