summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorthunfischbrot <moritz@moritzsuess.de>2013-07-29 20:15:06 +0200
committerthunfischbrot <moritz@moritzsuess.de>2013-07-29 20:15:06 +0200
commitb8691af69ebbe428446ecce9f27e5a8f39655a75 (patch)
tree6ba2335be84c2cd49074c904f60f2477beb46ddd /INSTALL.md
parentdfbd76498ef4134d60d218e02271aa3a9fe8315a (diff)
Updated INSTALL.md for correcting OSX instructions
Command-line instructions were not properly marked as such, rendering them ineffective if entered as displayed.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
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
45Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool 45Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool
46Libtool is easy enough to install, grab it from http://www.gnu.org/software/libtool/ and: 46Libtool is easy enough to install, grab it from http://www.gnu.org/software/libtool/ and:
47 47
48```bash
48./configure 49./configure
49make 50make
50sudo make install 51sudo make install
52```
51 53
52Do not install it from macports (or any dependencies for that matter) as they get shoved in the wrong directory 54Do not install it from macports (or any dependencies for that matter) as they get shoved in the wrong directory
53and make your life more annoying. 55and make your life more annoying.