From f3e8e6845791ff88d3ab035caf9d00f2f2a8ae73 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 11 Mar 2014 09:41:33 -0700 Subject: [PATCH] fix a typo for path to tapped qxmpp formula --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 72fd87f906..1bc5145704 100644 --- a/BUILD.md +++ b/BUILD.md @@ -58,9 +58,9 @@ Should you choose not to install Qt5 via a package manager that handles dependen brew install cmake glm zlib brew install highfidelity/formulas/qt5 brew link qt5 --force - brew install highfidelity/formuals/qxmpp + brew install highfidelity/formulas/qxmpp -We have a [homebrew formulas repository](https://github.com/highfidelity/homebrew-formulas) that you can use/tap to install some of the dependencies. +We have a [homebrew formulas repository](https://github.com/highfidelity/homebrew-formulas) that you can use/tap to install some of the dependencies. In the code block above qt5 and qxmpp are installed from formulas in this repository. *Our [qt5 homebrew formula](https://raw.github.com/highfidelity/homebrew-formulas/master/qt5.rb) is for a patched version of Qt 5.2.0 stable that removes wireless network scanning that can reduce real-time audio performance. We recommended you use this formula to install Qt.*