az lists wrote: > Hi list! > > I am new to mapnik and totally C++ and Python ignorant. > However, I was so impressed by the quality of the maps showcased on the > mapnik website that I decided to give it a try for a big project I am > currently developing. > > Now I'd need some step by step help to have mapnik running on my Windows > Vista box. > If the developpers of the project could give me some help to have my map > tiles up and running I would happily contribute back by writing some > tutorials and Docs for the Mapnik website, > > I just installed VC++ Express, downloaded boost C++ library ... i got > mapnik sources and Win32 binaries > > Where should I go next ??
Hi, I committed an experimental branch a few weeks ago with a visual studio project for building mapnik, you can find it in: svn://svn.mapnik.org/branches/experimental-pdf In the msvc directory is a solution which will build mapnik and all the other bits. Have a look at the readme.txt file for more info. The branch was for some experimental pdf stuff, so you'll want to copy the msvc directory to the svn trunk you've already checked out and remove all the pdf stuff from the projects (not much really). Ben _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

