From 22b471be794f84cfee71b8e78df0807dbba88c8b Mon Sep 17 00:00:00 2001 From: chi80 Date: Sat, 24 Mar 2012 02:53:35 -0700 Subject: [PATCH] Updated Installing Mapnik on OS X with Homebrew (markdown) --- MacInstallation_Homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 54e2a63..069865b 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -30,5 +30,5 @@ git clone https://github.com/mapnik/mapnik.git cd mapnik ./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` make -make install // sudo make install # Mac OS X Lion +make install ( sudo make install # Mac OS X Lion ) ``` \ No newline at end of file