Edit the INSTALL to reflect the changes in the build options.
This commit is contained in:
parent
00f43b348d
commit
e455c19431
1 changed files with 8 additions and 2 deletions
10
INSTALL
10
INSTALL
|
@ -105,8 +105,8 @@ PGSQL_LIBS: Search path for PostgreSQL library files ( /path/to/PGSQL_LIBS )
|
|||
actual: /usr/lib
|
||||
|
||||
PYTHON: Python executable ( /path/to/PYTHON )
|
||||
default: /usr/local/bin/python2.4
|
||||
actual: /usr/local/bin/python2.4
|
||||
default: /usr/bin/python
|
||||
actual: /usr/bin/python
|
||||
|
||||
INPUT_PLUGINS: Input drivers to include
|
||||
(all|none|comma-separated list of names)
|
||||
|
@ -120,6 +120,12 @@ BINDINGS: Language bindings to build
|
|||
default: all
|
||||
actual: python
|
||||
|
||||
DEBUG: Compile a debug version of mapnik
|
||||
(all|none|comma-separated list of names)
|
||||
allowed names: no yes
|
||||
default: no
|
||||
actual: no
|
||||
|
||||
This help should be self-explanatory!
|
||||
|
||||
For example, if you compiled your own set of Boost libraries, you might use:
|
||||
|
|
Loading…
Reference in a new issue