Add info on memory requirements.

This commit is contained in:
Jochen Topf 2014-09-26 11:44:56 +02:00
parent 385a77fc47
commit 1b262b6953

View file

@ -15,6 +15,7 @@ To trigger parallel compilation you can pass a JOBS value to make:
$ JOBS=4 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 To use a Python interpreter that is not named `python` for your build, do
something like the following instead: something like the following instead: