From dc0b9712bb54560ce99679737e6f848410a9357b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 11 Mar 2014 09:40:54 -0700 Subject: [PATCH] updates to BUILD guide to suggest using tapped formulas --- BUILD.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index ab27bfe52d..72fd87f906 100644 --- a/BUILD.md +++ b/BUILD.md @@ -54,7 +54,11 @@ Should you choose not to install Qt5 via a package manager that handles dependen #####Package Managers [Homebrew](http://brew.sh/) is an excellent package manager for OS X. It makes install of all hifi dependencies very simple. - brew install cmake qt5 glm zlib qxmpp + brew tap highfidelity/homebrew-formulas + brew install cmake glm zlib + brew install highfidelity/formulas/qt5 + brew link qt5 --force + brew install highfidelity/formuals/qxmpp We have a [homebrew formulas repository](https://github.com/highfidelity/homebrew-formulas) that you can use/tap to install some of the dependencies.