76572994b5
plugins/input/postgis/SConscript: - added boost_thread-mt to darwin builds demo/c++/rundemo.cpp: - setBackground() is now set_background() bindings/python/SConscript: - added boost_thread-mt to darwin builds - changed builder to LoadableModule which builds a so called "bundle" on darwin and a shared library on all other systems. - LDMODULEPREFIX = '' SConstruct: - freetype-config is now searched in the path. |
||
---|---|---|
.. | ||
readme.txt | ||
rundemo.cpp |
This directory contains a simple c++ program demonstrating Mapnik API. It mimics python example with couple exceptions. To build (using GCC/G++ toolkit): g++ -O3 -I/usr/local/include/mapnik -I/opt/boost/include/boost-1_33_1 -I/usr/include/freetype2 -L/usr/local/lib -lmapnik rundemo.cpp -o rundemo To run: ./rundemo For more detailed comments have a look in demo/python/rundemo.py Have fun! Artem.