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

View File

@@ -11,8 +11,9 @@ existing applications and does not lay claim to the main loop.
This is the documentation for version 3.0, which has [many new features](@ref news).
There is a [quick tutorial](@ref quick) for people new to GLFW, which shows how
to write a small but complete program, and a
[guide for building](@ref build) programs that use GLFW.
to write a small but complete program, and guides for
[compiling GLFW](@ref compile) and
[building programs that use GLFW](@ref build).
If you have used GLFW 2.x in the past, there is a
[transition guide](@ref moving) that explains what has changed and how to update