From 5c1a1cba66c88b223dc600068a12ed6780c68ecb Mon Sep 17 00:00:00 2001 From: kunitoki Date: Tue, 16 Apr 2013 00:21:04 -0700 Subject: [PATCH] Updated PluginArchitecture (markdown) --- PluginArchitecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluginArchitecture.md b/PluginArchitecture.md index 13c4bc0..bc7bc96 100644 --- a/PluginArchitecture.md +++ b/PluginArchitecture.md @@ -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' # build just the postgis plugin: $ 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' ```