Skip to content

Commit b08acae

Browse files
committed
Improved README.osx as suggested by jkseppan.
1 parent 1d7797c commit b08acae

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.osx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ Build mpl on OSX has proven to be a nightmare because of all the
22
different types of zlib, png and freetype that may be on your system.
33
The recommended and supported way to build is to use the make.osx file
44
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
77
PREFIX dir, and then build mpl against them. It should ignore any
88
lib, png or freetype on your system
99

1010
Example 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

0 commit comments

Comments
 (0)