From 47cac28df4065c52fb54a732759d551d79e45af7 Mon Sep 17 00:00:00 2001 From: Urras Date: Tue, 3 Feb 2015 12:48:15 -0500 Subject: [PATCH] Move OS X install script --- INSTALL.md | 2 ++ .../osx_build_script_toxcore.sh | 0 2 files changed, 2 insertions(+) rename osx_build_script_toxcore.txt => other/osx_build_script_toxcore.sh (100%) 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