|
From: <jd...@us...> - 2009-08-01 19:34:23
|
Revision: 7331
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7331&view=rev
Author: jdh2358
Date: 2009-08-01 19:34:05 +0000 (Sat, 01 Aug 2009)
Log Message:
-----------
update the readme with build requirements
Modified Paths:
--------------
branches/v0_99_maint/release/osx/README.txt
Modified: branches/v0_99_maint/release/osx/README.txt
===================================================================
--- branches/v0_99_maint/release/osx/README.txt 2009-08-01 19:27:43 UTC (rev 7330)
+++ branches/v0_99_maint/release/osx/README.txt 2009-08-01 19:34:05 UTC (rev 7331)
@@ -19,6 +19,16 @@
How to build
--------------
+* You need a python framework build , numpy and wxpython to build the
+ mpl installers (wx requires this and we need wx to build the wxagg
+ extension). You can get the three required dependencies as
+ Installer apps, eg:
+
+
+ http://www.python.org/ftp/python/2.6.2/python-2.6.2-macosx2009-04-16.dmg
+ http://downloads.sourceforge.net/project/numpy/NumPy/1.3.0/numpy-1.3.0-py2.6-macosx10.5.dmg?use_mirror=voxel
+ 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
+
* You need to make sure to unset PKG_CONFIG_PATH to make sure the
static linking below is respected. Otherwise the mpl build script
will dynamically link using the libs from pkgconfig if you have this
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|