diff --git a/INSTALL.md b/INSTALL.md index ccbabb4f8..35a3243b5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -460,13 +460,15 @@ packages necessary for building .debs, so be prepared to type your password for Compiling qTox on OS X for development requires 3 tools, [Xcode](https://developer.apple.com/xcode/) and [Qt 5.4+](http://www.qt.io/qt5-4/), and [homebrew](http://brew.sh). ### Automated Script -You can now set up your OS X system to compile qTox automatically thanks to the script: -`./osx/qTox-Mac-Deployer-ULTIMATE.sh` +You can now set up your OS X system to compile qTox automatically thanks to the script in: +`.dir/git/qTox/osx/qTox-Mac-Deployer-ULTIMATE.sh` This script can be run independently of the qTox repo and is all that's needed to build from scratch on OS X. To use this script you must launch terminal which can be found: `Applications > Utilities > Terminal.app` +If you wish to lean more you can run `./qTox-Mac-Deployer-ULTIMATE.sh -h` + #### First Run / Install If you are running the script for the first time you will want to makesure your system is ready. To do this simply run `./qTox-Mac-Deployer-ULTIMATE.sh -i` to run you through the automated install set up.