mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 14:22:06 +02:00
add instructions to put Freeglut DLL into path
This commit is contained in:
parent
6f81803a3d
commit
386d0b8c41
1 changed files with 3 additions and 0 deletions
3
BUILD.md
3
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue