Ubuntu 16.04 may not have curl installed but this is essential for the bootstrap.sh stage
parent
31f2b6f996
commit
b14db73bee
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Install Mapnik latest (3.x series)
|
||||||
git clone https://github.com/mapnik/mapnik mapnik-3.x --depth 10
|
git clone https://github.com/mapnik/mapnik mapnik-3.x --depth 10
|
||||||
cd mapnik-3.x
|
cd mapnik-3.x
|
||||||
git submodule update --init
|
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
|
source bootstrap.sh
|
||||||
./configure CUSTOM_CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
|
./configure CUSTOM_CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue