Clarified note on role of CMake.

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent ec6f0811a0
commit 1c104a385d
  1. 5
      docs/compile.dox

@ -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

Loading…
Cancel
Save