From 8460557135057c7157459060c8d67ddaf31adf8b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 28 Jan 2015 16:04:17 -0800 Subject: [PATCH] clarify requirement to seperately download GLM --- BUILD_ANDROID.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index 42a54f45d4..719aa8cfd9 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -129,7 +129,9 @@ Once the application is on your device, go to `Settings->Application Manager->Ge ####GLM -Since GLM is a header only library, assuming it is installed at a system path or a path where our FindGLM module will find it you do not need to do anything specific for the Android build. +GLM is a header only library and technically the same GLM used for desktop builds of hifi could be used for the Android build. However, to avoid conflicts with system installations of Android dependencies, CMake will only look for Android headers and libraries in `ANDROID_LIB_DIR` or in your android-ndk install. + +Download the [glm headers](http://sourceforge.net/projects/ogl-math/files/) from their sourceforge page. The version you download should match the requirement shown in the [general build guide](BUILD.md). Extract the archive into your `ANDROID_LIB_DIR` and rename the extracted folder to `glm`. ###CMake