From 1c104a385daeeacbb394dbad1fba805f18830b30 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 8 Jun 2015 22:37:44 +0200 Subject: [PATCH] Clarified note on role of CMake. --- docs/compile.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/compile.dox b/docs/compile.dox index f4112d62..5c617561 100644 --- a/docs/compile.dox +++ b/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