mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
clarify the glm note
This commit is contained in:
parent
231dd9cf99
commit
52d90f7efa
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -113,7 +113,7 @@ The recommended route is to place all of the dependencies in one place and set o
|
|||
|
||||
For all three external libraries you should be able to simply copy the extracted folder that you get from the download links provided at the top of the guide. The `root_lib_dir` in the above example can be wherever you choose on your system - as long as the environment variable HIFI_LIB_DIR is set to it.
|
||||
|
||||
*NOTE: Be careful with glm. What other libraries would normally call 'include', a folder containing the headers, glm uses 'glm'. You will have a glm folder nested inside the top-level glm folder.*
|
||||
*NOTE: Be careful with glm. For the folder other libraries would normally call 'include', the folder containing the headers, glm opts to use 'glm'. You will have a glm folder nested inside the top-level glm folder.*
|
||||
|
||||
Should you want to define a location for each library, these are the associated variables you will want to set:
|
||||
|
||||
|
|
Loading…
Reference in a new issue