Skip to content

Commit 7aa827f

Browse files
committed
update the readme with build requirements
svn path=/branches/v0_99_maint/; revision=7331
1 parent 2102885 commit 7aa827f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release/osx/README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ Dir Contents
1919
How to build
2020
--------------
2121

22+
* You need a python framework build , numpy and wxpython to build the
23+
mpl installers (wx requires this and we need wx to build the wxagg
24+
extension). You can get the three required dependencies as
25+
Installer apps, eg:
26+
27+
28+
http://www.python.org/ftp/python/2.6.2/python-2.6.2-macosx2009-04-16.dmg
29+
http://downloads.sourceforge.net/project/numpy/NumPy/1.3.0/numpy-1.3.0-py2.6-macosx10.5.dmg?use_mirror=voxel
30+
http://downloads.sourceforge.net/project/wxpython/wxPython/2.8.10.1/wxPython2.8-osx-unicode-2.8.10.1-universal-py2.6.dmg?use_mirror=voxel
31+
2232
* You need to make sure to unset PKG_CONFIG_PATH to make sure the
2333
static linking below is respected. Otherwise the mpl build script
2434
will dynamically link using the libs from pkgconfig if you have this

0 commit comments

Comments
 (0)