File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,18 @@ Build mpl on OSX has proven to be a nightmare because of all the
22different types of zlib, png and freetype that may be on your system.
33The recommended and supported way to build is to use the make.osx file
44in this directory. This script requires you to set a PREFIX
5- environment variable where you want to the install to go. It will
6- fetch the dependencies from a remove server and install them into your
5+ environment variable where you want the install to go. It will
6+ fetch the dependencies from a remote server and install them into your
77PREFIX dir, and then build mpl against them. It should ignore any
88lib, png or freetype on your system
99
1010Example usage::
1111
12- PREFIX=/Users/jdhunter/dev [PYVERSION=2.6] make -f make.osx fetch deps mpl_install
12+ make -f make.osx PREFIX=/Users/jdhunter/dev PYVERSION=2.6 fetch deps mpl_install
13+
14+ Variables:
15+ PREFIX (required): where to install the dependencies
16+ PYVERSION (optional): which python version to use (default=python, e.g.=python2.6)
17+
18+ The Python libraries will be installed in the relevant site-packages, instead of under PREFIX.
1319
You can’t perform that action at this time.
0 commit comments