clarify the glm note

This commit is contained in:
Stephen Birarda 2014-03-06 18:04:59 -08:00
parent 231dd9cf99
commit 52d90f7efa

View file

@ -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: