Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed95916

Browse files
committed
few changes to osx installer
svn path=/trunk/matplotlib/; revision=6604
1 parent 190d912 commit ed95916

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

release/osx/README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Dir Contents
2121
How to build
2222
--------------
2323

24+
* You need to make sure to unset PKG_CONFIG_PATH to make sure the
25+
static linking below is respected. Otherwise the mpl build script
26+
will dynamically link using the libs from pkgconfig if you have this
27+
configured on your box::
28+
29+
unset PKG_CONFIG_PATH
30+
2431
* OPTIONAL: edit :file:`Makefile` so that the *VERSION variables point
2532
to the latest zlib, png, freetype
2633

0 commit comments

Comments
 (0)