From db8e6bed7a1d6936d88e76ec1d6256ebea596c51 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 21 Oct 2013 22:23:15 +0200 Subject: [PATCH] Cross-linked build guides. --- README.md | 7 ++++++- docs/build.dox | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42d3155d..b93c9c3b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/build.dox b/docs/build.dox index d793b112..1f92a5b7 100644 --- a/docs/build.dox +++ b/docs/build.dox @@ -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