mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
- Do not force use of clang++ to build the plugin (broken on recent debian and derivates: https://bugs.debian.org/643959) - Do not force clean on install - Use -fPIC to build objects (or g++ complains)
template plugins
Directory to hold sample plugin templates.
These are NOT intended to be used except for testing by developers.
Build these plugins with the Mapnik build system:
./configure SAMPLE_INPUT_PLUGINS=True
make install
Or develop them locally using the Makefile provided.
Only an ultra-simple hello world is available currently, but planned are example plugins templates for file-based and sql-based datasources.