Updated PluginArchitecture (markdown)
parent
9e6b648cdf
commit
5c1a1cba66
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ To request additional plugins to be compiled and installed make sure you have th
|
||||||
$ python scons/scons.py INPUT_PLUGINS='all'
|
$ python scons/scons.py INPUT_PLUGINS='all'
|
||||||
# build just the postgis plugin:
|
# build just the postgis plugin:
|
||||||
$ python scons/scons.py INPUT_PLUGINS='postgis'
|
$ python scons/scons.py INPUT_PLUGINS='postgis'
|
||||||
# to compile the plugins statically with mapnik library
|
# to compile the plugins statically with mapnik library (https://github.com/mapnik/mapnik/tree/static-plugins)
|
||||||
$ python scons/scons.py INPUT_PLUGINS='all' PLUGIN_LINKING='static'
|
$ python scons/scons.py INPUT_PLUGINS='all' PLUGIN_LINKING='static'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue