Updated PluginArchitecture (markdown)
parent
f598fdceef
commit
9e6b648cdf
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ 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
|
||||||
|
$ python scons/scons.py INPUT_PLUGINS='all' PLUGIN_LINKING='static'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Querying plugins
|
## Querying plugins
|
||||||
|
|
Loading…
Reference in a new issue