Ubuntu 16.04 may not have curl installed but this is essential for the bootstrap.sh stage

Martin 2016-09-25 10:59:06 +02:00
parent 31f2b6f996
commit b14db73bee

@ -19,7 +19,7 @@ Install Mapnik latest (3.x series)
git clone https://github.com/mapnik/mapnik mapnik-3.x --depth 10
cd mapnik-3.x
git submodule update --init
sudo apt-get install python zlib1g-dev clang make pkg-config
sudo apt-get install python zlib1g-dev clang make pkg-config curl
source bootstrap.sh
./configure CUSTOM_CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
make