From 12f0d8d4ca6738630f0682241fc19ee1d8d6af3b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 4 Oct 2013 17:08:04 +0200 Subject: [PATCH] Build documentation grammar fix. --- docs/build.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.dox b/docs/build.dox index e9ecaf54..eda5ddb2 100644 --- a/docs/build.dox +++ b/docs/build.dox @@ -158,7 +158,7 @@ If you are using the static library version of GLFW, use the @subsection build_link_pkgconfig With pkg-config on OS X or other Unix GLFW supports [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/), -and `glfw3.pc` file is generated when the GLFW library is built and installed +and the `glfw3.pc` file is generated when the GLFW library is built and installed along with it. A typical compile and link command-line when using the static may look like this: