Clarified note on role of CMake.

This commit is contained in:
Camilla Berglund 2015-06-08 22:37:44 +02:00
parent ec6f0811a0
commit 1c104a385d

View File

@ -17,8 +17,9 @@ Homebrew, you can simply install its CMake package. If not, you can download
installers for Windows and OS X from the [CMake website](http://www.cmake.org/).
@note CMake only generates project files or makefiles. It does not compile the
actual GLFW library. To compile GLFW, first generate these files and then use
them in your chosen development environment to compile the actual GLFW library.
actual GLFW library. To compile GLFW, first generate these files for your
chosen development environment and then use them to compile the actual GLFW
library.
@subsection compile_deps Dependencies