updated with pkg-config info
authorBrian <brian.paul@tungstengraphics.com>
Wed, 12 Sep 2007 16:11:49 +0000 (10:11 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 12 Sep 2007 16:11:49 +0000 (10:11 -0600)
docs/install.html

index 0a3614306974841c9dd329ad6b76b2ba02735643..041e27b8331528cbd302370b65962cb9f4fdcb9f 100644 (file)
@@ -306,6 +306,26 @@ This is a handy way to compare multiple OpenGL implementations.
 </p>
 
 
+<H3>1.5 pkg-config support</H3>
+
+<p>
+Running <code>make install</code> will install package configuration files
+for the pkg-config utility.
+</p>
+
+<p>
+When compiling your OpenGL application you can use pkg-config to determine
+the proper compiler and linker flags.
+</p>
+
+<p>
+For example, compiling and linking a GLUT application can be done with:
+</p>
+<pre>
+   gcc `pkg-config --cflags --libs glut` mydemo.c -o mydemo
+</pre>
+
+<br>
 
 <a name="windows">
 <H2>2. Windows Compilation and Installation</H1>