Cross-linked build guides.

This commit is contained in:
Camilla Berglund 2013-10-21 22:23:15 +02:00
parent 6172e2cfcc
commit db8e6bed7a
2 changed files with 9 additions and 2 deletions

View File

@ -16,7 +16,12 @@ If you are new to GLFW, you may find the
the GLFW 3 API.
## Compiling GLFW
## Building GLFW
These are the build instructions for the GLFW library itself. For information
on how to build programs that use GLFW, see the [Building programs using
GLFW](http://www.glfw.org/docs/latest/build.html) guide.
### Dependencies

View File

@ -5,7 +5,9 @@
@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).
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.
@section build_include Including the GLFW header file