From e2d5071e59f18b7d73113de90f928e4ea55ea854 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 31 Mar 2016 16:56:43 +0200 Subject: [PATCH] Fix typo --- docs/build.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.dox b/docs/build.dox index 7fccf873..fde65add 100644 --- a/docs/build.dox +++ b/docs/build.dox @@ -241,7 +241,7 @@ target_link_libraries(myapp ${OPENGL_glu_LIBRARY}) @subsection build_link_pkgconfig With makefiles and pkg-config on Unix GLFW supports [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/), -and the `glfw3.pc` pkf-config file is generated when the GLFW library is built +and the `glfw3.pc` pkg-config file is generated when the GLFW library is built and is installed along with it. A pkg-config file describes all necessary compile-time and link-time flags and dependencies needed to use a library. When they are updated or if they differ between systems, you will get the correct