mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 18:15:10 +00:00
Added references to build guide.
This commit is contained in:
parent
59422ec980
commit
1f6696d433
@ -11,7 +11,8 @@ 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).
|
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
|
There is a [quick tutorial](@ref quick) for people new to GLFW, which shows how
|
||||||
to write a small but complete program.
|
to write a small but complete program, and a
|
||||||
|
[guide for building](@ref build) programs that use GLFW.
|
||||||
|
|
||||||
If you have used GLFW 2.x in the past, there is a
|
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
|
[transition guide](@ref moving) that explains what has changed and how to update
|
||||||
|
@ -302,4 +302,7 @@ the screen, rendering a triangle and processing events until the user closes the
|
|||||||
window. It can be found in the source distribution as `examples/simple.c`, and
|
window. It can be found in the source distribution as `examples/simple.c`, and
|
||||||
is by default compiled along with all other examples when you build GLFW.
|
is by default compiled along with all other examples when you build GLFW.
|
||||||
|
|
||||||
|
To learn more about how to compile and link programs that use GLFW, see
|
||||||
|
@ref build.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user