Add --recursive for clone (submodules too)

Aarni Koskela 2016-08-19 13:14:44 +03:00
parent b330fa1ada
commit dc98dd1f75

@ -62,7 +62,7 @@ brew install gdal --with-libtiff=/usr/local/lib
brew install ossp-uuid
brew install postgis
brew install harfbuzz
git clone https://github.com/mapnik/mapnik.git
git clone --recursive https://github.com/mapnik/mapnik.git
cd mapnik
./configure
make