Moved GLFW compilation guide to docs.

This commit is contained in:
Camilla Berglund
2013-10-27 12:50:33 +01:00
parent b9fb45f408
commit 174c72f2c0
5 changed files with 201 additions and 198 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
/*!
@page build Building programs using GLFW
@page build Building programs that use GLFW
@tableofcontents
This is about compiling and linking programs that use GLFW. For information on
how to write such programs, start with the [introductory tutorial](@ref quick).
For information on how to build the GLFW library itself, see the
[Building GLFW](https://github.com/glfw/glfw#building-glfw) guide.
For information on how to compile the GLFW library itself, see the @ref compile
guide.
@section build_include Including the GLFW header file