From 8d5e4389eb31edc31ada7346057437814e537391 Mon Sep 17 00:00:00 2001 From: Serg Date: Wed, 20 Aug 2014 09:59:56 +0700 Subject: [PATCH] added easy installation on OS X --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9609fee0c..26822dd3a 100644 --- a/README.md +++ b/README.md @@ -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. -

OSX Install Guide

+

OSX Easy Install

+ +Since https://github.com/ReDetection/homebrew-qtox you can easily install qtox with homebrew +```bash +brew install --HEAD ReDetection/qtox/qtox +``` + +

OSX Full Install Guide

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