mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
remove an extra apostrophe in the BUILD guide
This commit is contained in:
parent
a72cac8c9c
commit
ec450315cd
1 changed files with 3 additions and 1 deletions
4
BUILD.md
4
BUILD.md
|
@ -94,7 +94,7 @@ NOTE: zLib should configure itself correctly on install. However, sometimes zLib
|
|||
####External Libraries
|
||||
We don't currently have a Windows installer, so before running Interface, you will need to ensure that all required resources are loadable.
|
||||
|
||||
CMake will need to know where the headers and libraries for required external dependencies are. If you installed ZLIB using the installer, the FindZLIB cmake module will be able to find it. This isn't the case for glm, freeglut, and GLEW. '
|
||||
CMake will need to know where the headers and libraries for required external dependencies are. If you installed ZLIB using the installer, the FindZLIB cmake module will be able to find it. This isn't the case for glm, freeglut, and GLEW.
|
||||
|
||||
You have the choice of setting a variable specific to each library, or having a folder using a defined structure that contains all of the libs.
|
||||
|
||||
|
@ -105,9 +105,11 @@ The recommended route is to place all of the dependencies in one place and set o
|
|||
-> glm
|
||||
-> glm.hpp
|
||||
-> glew
|
||||
-> bin
|
||||
-> include
|
||||
-> lib
|
||||
-> freeglut
|
||||
-> bin
|
||||
-> include
|
||||
-> lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue