Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Last active December 16, 2015 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save springmeyer/5359584 to your computer and use it in GitHub Desktop.
Save springmeyer/5359584 to your computer and use it in GitHub Desktop.
git clone --depth 1 git@github.com:mapnik/mapnik-packaging.git
cd mapnik-packaging/osx
source MacOSX.sh
git clone --depth 1 git@github.com:mapnik/mapnik.git
./scripts/download_deps.sh
./scripts/build_core_deps.sh
./scripts/build_mapnik_ios.sh
export PATH=${MAPNIK_BIN_SOURCE}/bin:$PATH
curl -O https://gist.github.com/springmeyer/5359567/raw/e53361a7fa88c7d647fd8cdabefa834334389ffd/image-reader-test.cpp
clang++ -o image-reader-test image-reader-test.cpp `mapnik-config --cxxflags --defines --includes --libs --ldflags --dep-libs`
./image-reader-test
@artemp
Copy link

artemp commented Apr 26, 2013

@springmeyer - is boost intentionally built without ICU support or it's mine setup is not working ? I'm getting undefined symbols because libicuuc wants libicudata ??

@springmeyer
Copy link
Author

@artemp - yes, regex is intentionally not built with icu. Also, the undefined symbols is likely unrelated and should have been fixed in mapnik/mapnik@ef1b995

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment