From dc98dd1f75cfebfe1bcb5e579907711e0c5bd35b Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 19 Aug 2016 13:14:44 +0300 Subject: [PATCH] Add `--recursive` for clone (submodules too) --- MacInstallation_Homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 2ee467f..83c8c59 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -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