This commit is contained in:
Camilla Berglund 2016-03-31 16:56:43 +02:00
parent 135ed7feb4
commit e2d5071e59

View File

@ -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