From 232364a2af13a278b01a8dace019e5c5cc77c215 Mon Sep 17 00:00:00 2001 From: chi80 Date: Sat, 24 Mar 2012 02:56:06 -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 b0a999e..1a11a60 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. With system default python 2.7 ``` \ No newline at end of file