File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed 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
2
2
different types of zlib, png and freetype that may be on your system.
3
3
The recommended and supported way to build is to use the make.osx file
4
4
in 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
7
7
PREFIX dir, and then build mpl against them. It should ignore any
8
8
lib, png or freetype on your system
9
9
10
10
Example usage::
11
11
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.
13
19
You can’t perform that action at this time.
0 commit comments