mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 22:08:43 +02:00
updates to BUILD guide to suggest using tapped formulas
This commit is contained in:
parent
778ad1411f
commit
dc0b9712bb
1 changed files with 5 additions and 1 deletions
6
BUILD.md
6
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue