Skip to content

Commit f49dee7

Browse files
committed
update notes for OSX
1 parent d165842 commit f49dee7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.TXT

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,26 @@ http://www.multiprecision.org/
2626
sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev
2727

2828
Some 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

3232
http://freeimage.sourceforge.net/
3333
http://www.zlib.net
3434
http://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

3840
Building gxtexconv for cube/wii needs GL/gl.h which can be obtained with
3941

4042
sudo 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+
4249
To avoid having to manually answer prompts during the build the script will
4350
read variables from config.sh if it exists. Copy config.sh.sample to config.sh
4451
and set the variables as appropriate for your build.

0 commit comments

Comments
 (0)