clarify recommended boost versions - closes #1001
This commit is contained in:
parent
baa0fa37b4
commit
b01e6efccc
1 changed files with 10 additions and 6 deletions
16
INSTALL.md
16
INSTALL.md
|
@ -36,12 +36,16 @@ Build dependencies are:
|
||||||
|
|
||||||
Mapnik Core depends on:
|
Mapnik Core depends on:
|
||||||
|
|
||||||
* Boost >= 1.42.x (>= 1.45.x if using clang++) with these libraries:
|
* Boost
|
||||||
- filesystem
|
- >= 1.47 is recommended
|
||||||
- system
|
- >= 1.45.x is required if compiling with clang++
|
||||||
- thread (if mapnik threadsafe support is required, default on)
|
- >= 1.42.x works on most systems and most compilers
|
||||||
- regex (optionally built with icu regex support)
|
- These libraries are required:
|
||||||
- program_options (optionally for mapnik command line programs)
|
- filesystem
|
||||||
|
- system
|
||||||
|
- thread (if mapnik threadsafe support is required, default on)
|
||||||
|
- regex (optionally built with icu regex support)
|
||||||
|
- program_options (optionally for mapnik command line programs)
|
||||||
|
|
||||||
* libicuuc >= 4.0 (ideally >= 4.2) - International Components for Unicode
|
* libicuuc >= 4.0 (ideally >= 4.2) - International Components for Unicode
|
||||||
* libpng >= 1.2.x - PNG Graphics
|
* libpng >= 1.2.x - PNG Graphics
|
||||||
|
|
Loading…
Reference in a new issue