You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
I think I have had a successful build following the build procedures. I get a full mapnik-sdk sub-directory and it looks like it's the build result.
What's the right way to install it? I could not find any documentation or instructions for the following steps. I could not run the demo rundemo.py successfully either under the new build.
The text was updated successfully, but these errors were encountered:
I could not run the demo rundemo.py successfully either under the new build.
It's not possible to run the Python bindings/demos as they are currently failing to build on Windows, see #92
Quick rundown for the C++ demo:
CD into mapnik SDK directory
set-env-vars.bat
cd demo\c++
git clone https://chromium.googlesource.com/external/gyp.git gyp
gyp\gyp.bat rundemo.gyp --depth=. -f msvs -G msvs_version=2015
rundemo.sln <- this opes VS
Add x64 platform to the solution
Change the following paths in rundemo.cpp:
I think I have had a successful build following the build procedures. I get a full mapnik-sdk sub-directory and it looks like it's the build result.
What's the right way to install it? I could not find any documentation or instructions for the following steps. I could not run the demo rundemo.py successfully either under the new build.
The text was updated successfully, but these errors were encountered: