mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Clarified note on role of CMake.
This commit is contained in:
parent
ec6f0811a0
commit
1c104a385d
@ -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…
Reference in New Issue
Block a user