From 52d90f7efa09dbb052cf21bb7c53bac7c0266d5b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 6 Mar 2014 18:04:59 -0800 Subject: [PATCH] clarify the glm note --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index fdda57e6d8..7c03505d28 100644 --- a/BUILD.md +++ b/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: