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

Merge pull request #198 from ReDetection/master

steps to easy install qTox on OS X with homebrew
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-08-21 12:36:19 +02:00
commit 24b61d00dd

View File

@ -39,7 +39,14 @@ Then run the script bootstrap.sh (for Linux and Mac) or bootsrap.bat (for Window
And finally run the commands "qmake" and "make" to start building qTox.
<h3>OSX Install Guide</h3>
<h3>OSX Easy Install</h3>
Since https://github.com/ReDetection/homebrew-qtox you can easily install qtox with homebrew
```bash
brew install --HEAD ReDetection/qtox/qtox
```
<h3>OSX Full Install Guide</h3>
<strong>This guide is intended for people who wish to use an existing or new ProjectTox-Core installation separate to the bundled installation with qTox, if you do not wish to use a separate installation you can skip to the section titled 'Final Steps'.</strong>