|
From: <jd...@us...> - 2008-12-14 17:16:41
|
Revision: 6604
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6604&view=rev
Author: jdh2358
Date: 2008-12-14 17:16:38 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
few changes to osx installer
Modified Paths:
--------------
trunk/matplotlib/release/osx/README.txt
Modified: trunk/matplotlib/release/osx/README.txt
===================================================================
--- trunk/matplotlib/release/osx/README.txt 2008-12-14 16:46:37 UTC (rev 6603)
+++ trunk/matplotlib/release/osx/README.txt 2008-12-14 17:16:38 UTC (rev 6604)
@@ -21,6 +21,13 @@
How to build
--------------
+* 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
+ configured on your box::
+
+ unset PKG_CONFIG_PATH
+
* OPTIONAL: edit :file:`Makefile` so that the *VERSION variables point
to the latest zlib, png, freetype
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|