2006-05-08 22:34:30 +02:00
|
|
|
This directory contains a simple c++ program demonstrating Mapnik API. It mimics python example with couple exceptions.
|
|
|
|
|
|
|
|
To build (using GCC/G++ toolkit):
|
|
|
|
|
2007-12-16 13:33:28 +01:00
|
|
|
g++ -O3 -I/usr/local/include/mapnik -I/opt/boost/include/boost-1_33_1 -I/usr/include/freetype2 -I../../agg/include -L/usr/local/lib -lmapnik rundemo.cpp -o rundemo
|
2006-05-08 22:34:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
To run:
|
|
|
|
|
|
|
|
./rundemo
|
|
|
|
|
|
|
|
For more detailed comments have a look in demo/python/rundemo.py
|
|
|
|
|
|
|
|
Have fun!
|
|
|
|
Artem.
|