1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Quick changes for clarity

This commit is contained in:
RowenStipe 2016-01-31 11:32:24 -05:00
parent fa5cd325ed
commit 62e0679032

View File

@ -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.