From 386d0b8c410b203aba01be44681eb9c76cda7c89 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 7 Mar 2014 14:51:55 -0800 Subject: [PATCH] add instructions to put Freeglut DLL into path --- BUILD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.md b/BUILD.md index 37da027d67..1796aaa575 100644 --- a/BUILD.md +++ b/BUILD.md @@ -125,6 +125,9 @@ They can be set in your ENV or by passing them to the cmake command on the comma Each of those designates the root directory that contains the sub-folders for each library. For example, if the GLEW_ROOT_DIR is `C:\libs\glew`, then we would expect to find an `include` folder and a `lib` folder inside `C:\libs\glew`. +####Freeglut DLL +As with the Qt libraries, you will need to make sure the directory containing `freeglut.dll` is in your path. The directory to add to your path in which the DLL is found is `FREEGLUT_DIR/bin`. If you are on 64-bit windows, the directory in your path should be the x64 subdirectory in `bin`. + ####Building in Visual Studio Follow the same build steps from the CMake section, but pass a different generator to CMake.