d38dedad68
+ raster and gdal input isn't tested. Not working currently... + *-input.so plugins created. Change loader in source or link plugin to correct place + use pkg-config uninstalled feature -> define project root to PKG_CONFIG_PATH to use mapnik without installation + added various library checks + don't install fonts + don't use included AGG -> check for a installed libagg + Added Makefile for c++ demo + don't build any python wrapper stuff -> this follows if all other building works + added Anjuta file -> not needed to build anything, but helps much if you use Anjuta |
||
---|---|---|
.. | ||
Makefile | ||
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.