diff --git a/INSTALL.md b/INSTALL.md index 22865264..c2a8c0d9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -105,6 +105,8 @@ sudo make install You need the latest XCode with the Developer Tools (Preferences -> Downloads -> Command Line Tools). The following libraries are required along with libsodium and cmake for Mountain Lion and XCode 4.6.3 install libtool, automake and autoconf. You can download them with Homebrew, or install them manually. +**Note: OS X users can also install Toxcore using [osx_build_script_toxcore.sh](other/osx_build_script_toxcore.sh)** + There are no binaries/executables going to /bin/ or /usr/bin/ now. Everything is compiled and ran from the inside your local branch. See [Usage](#usage) below. ####Homebrew: diff --git a/osx_build_script_toxcore.txt b/other/osx_build_script_toxcore.sh similarity index 100% rename from osx_build_script_toxcore.txt rename to other/osx_build_script_toxcore.sh