From b8691af69ebbe428446ecce9f27e5a8f39655a75 Mon Sep 17 00:00:00 2001 From: thunfischbrot Date: Mon, 29 Jul 2013 20:15:06 +0200 Subject: [PATCH] Updated INSTALL.md for correcting OSX instructions Command-line instructions were not properly marked as such, rendering them ineffective if entered as displayed. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 00559152..1cafc955 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,9 +45,11 @@ Much the same as above, remember to install the latest XCode and the developer t Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool Libtool is easy enough to install, grab it from http://www.gnu.org/software/libtool/ and: +```bash ./configure make sudo make install +``` Do not install it from macports (or any dependencies for that matter) as they get shoved in the wrong directory and make your life more annoying.