added readme.txt with build instructions
This commit is contained in:
parent
3c200bd00e
commit
dad97c6476
1 changed files with 15 additions and 0 deletions
15
demo/c++/readme.txt
Normal file
15
demo/c++/readme.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
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.
|
Loading…
Reference in a new issue