mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Cross-linked build guides.
This commit is contained in:
parent
6172e2cfcc
commit
db8e6bed7a
@ -16,7 +16,12 @@ If you are new to GLFW, you may find the
|
|||||||
the GLFW 3 API.
|
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
|
### Dependencies
|
||||||
|
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
@tableofcontents
|
@tableofcontents
|
||||||
|
|
||||||
This is about compiling and linking programs that use GLFW. For information on
|
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
|
@section build_include Including the GLFW header file
|
||||||
|
Loading…
Reference in New Issue
Block a user