diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,8 +42,8 @@ make | |||
42 | ###OSX: | 42 | ###OSX: |
43 | 43 | ||
44 | Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). | 44 | Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). |
45 | Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool | 45 | Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool, automake and autoconf. |
46 | Libtool is easy enough to install, grab it from http://www.gnu.org/software/libtool/ and: | 46 | They are easy enough to install, grab them from http://www.gnu.org/software/libtool/, http://www.gnu.org/software/autoconf/ and http://www.gnu.org/software/automake/, then follow these steps for each: |
47 | 47 | ||
48 | ```bash | 48 | ```bash |
49 | ./configure | 49 | ./configure |
@@ -51,7 +51,7 @@ make | |||
51 | sudo make install | 51 | sudo make install |
52 | ``` | 52 | ``` |
53 | 53 | ||
54 | Do not install it from macports (or any dependencies for that matter) as they get shoved in the wrong directory | 54 | Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory |
55 | and make your life more annoying. | 55 | and make your life more annoying. |
56 | 56 | ||
57 | Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3 | 57 | Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3 |