mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
add info for TBB to Linux section
This commit is contained in:
parent
a688f48bf7
commit
ce6334535b
1 changed files with 6 additions and 0 deletions
6
BUILD.md
6
BUILD.md
|
@ -63,6 +63,12 @@ Should you choose not to install Qt5 via a package manager that handles dependen
|
|||
|
||||
libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-dev libjack-dev
|
||||
|
||||
##### Intel Threading Building Blocks (TBB)
|
||||
|
||||
Install Intel TBB from your package manager of choice, or from source (available at the [TBB Website](https://www.threadingbuildingblocks.org/)).
|
||||
|
||||
You must run `tbbvars` so that the find module included with this project will be able to find the correct version of TBB. `tbbvars` is located in the 'bin' folder of your TBB install.
|
||||
|
||||
####OS X
|
||||
#####Package Managers
|
||||
[Homebrew](http://brew.sh/) is an excellent package manager for OS X. It makes install of all hifi dependencies very simple.
|
||||
|
|
Loading…
Reference in a new issue