From 93fa6ca85cd3a6ea92fe62c9f310d3bd6cf50fb4 Mon Sep 17 00:00:00 2001 From: Steve Hiemstra Date: Tue, 2 Feb 2016 12:02:53 -0500 Subject: [PATCH] missing submodule --- UbuntuInstallation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 90358ea..189baaa 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -161,6 +161,7 @@ apt-get update apt-get upgrade git clone https://github.com/mapnik/mapnik --depth 10 cd mapnik +git submodule update --init deps/mapbox/variant ./configure make && sudo make install ```