Update memory requirements for g++ compiling
Compiling with g++ fails with out of ram on Launchpad VMs with 4GB RAM + 1 GB swap
This commit is contained in:
parent
035a947892
commit
0ed67daf10
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ For troubleshooting help see https://github.com/mapnik/mapnik/wiki/InstallationT
|
|||
Build system dependencies are:
|
||||
|
||||
* C++ compiler (like g++ or clang++)
|
||||
* >= 2 GB RAM
|
||||
* >= 2 GB RAM (> 5 GB for g++)
|
||||
* Python 2.4-2.7
|
||||
* Scons (a copy is bundled)
|
||||
|
||||
|
|
Loading…
Reference in a new issue