Updated INSTALL.md for correcting OSX instructions

Command-line instructions were not properly marked as such, rendering them ineffective if entered as displayed.
This commit is contained in:
thunfischbrot 2013-07-29 20:15:06 +02:00
parent dfbd76498e
commit b8691af69e

View File

@ -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 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: Libtool is easy enough to install, grab it from http://www.gnu.org/software/libtool/ and:
```bash
./configure ./configure
make make
sudo make install sudo make install
```
Do not install it from macports (or any dependencies for that matter) as they get shoved in the wrong directory 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. and make your life more annoying.