Merge pull request #2444 from joto/patch-1

Add info on memory requirements.
This commit is contained in:
Dane Springmeyer 2014-09-26 08:47:11 -07:00
commit c37f5fa242

View file

@ -15,6 +15,7 @@ To trigger parallel compilation you can pass a JOBS value to make:
$ JOBS=4 make
```
(Note that compiling Mapnik needs several GBytes of RAM. If you use parallel compiliation it needs more.)
To use a Python interpreter that is not named `python` for your build, do
something like the following instead: