mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 18:23:29 +02:00
clarifications for the root_lib_dir for windows build
This commit is contained in:
parent
2bbf08c746
commit
231dd9cf99
1 changed files with 3 additions and 3 deletions
6
BUILD.md
6
BUILD.md
|
@ -98,9 +98,9 @@ CMake will need to know where the headers and libraries for required external de
|
|||
|
||||
You have the choice of setting a variable specific to each library, or having a folder using a defined structure that contains all of the libs.
|
||||
|
||||
The recommended route is to place all of the dependencies in one place and set one ENV variable - HIFI_LIB_DIR. That ENV variable should point to a directory with the following structure
|
||||
The recommended route is to place all of the dependencies in one place and set one ENV variable - HIFI_LIB_DIR. That ENV variable should point to a directory with the following structure:
|
||||
|
||||
root_dir
|
||||
root_lib_dir
|
||||
-> glm
|
||||
-> glm
|
||||
-> glm.hpp
|
||||
|
@ -111,7 +111,7 @@ The recommended route is to place all of the dependencies in one place and set o
|
|||
-> include
|
||||
-> lib
|
||||
|
||||
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.
|
||||
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.*
|
||||
|
||||
|
|
Loading…
Reference in a new issue