==================================================================================================
|| SETUP INSTRUCTIONS: 
==================================================================================================
The code packages were obtained from the following websites:
-GLEW (glew-1.10.0): http://sourceforge.net/projects/glew/files/glew/1.10.0/glew-1.10.0-win32.zip
-GLM (glm-0.9.5.4): http://sourceforge.net/projects/ogl-math/files/glm-0.9.5.4/glm-0.9.5.4.zip
-SOIL: http://www.lonesock.net/files/soil.zip
-OpenCV*: http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.9/opencv-2.4.9.exe
-OpenCV for Android *: http://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.0.0/OpenCV-3.0.0-android-sdk-1.zip
-assimp*: http://sourceforge.net/projects/assimp/files/assimp-3.0/assimp--3.0.1270-full.zip/download

* These code packages were not included due to their large size. 

In addition, run the Android SDK/NDK installation script (See Ch 7 README for details): 
   ./get_android.sh

To obtain OpenCV for Android, run the following script (See Ch 9 README for details): 
   ./get_opencv.sh

Follow the instructions in Chapters 1, 4, 7, and 9 for further details.