From: Brian
Date: Wed, 12 Sep 2007 16:11:49 +0000 (-0600)
Subject: updated with pkg-config info
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bba58ca2215a3c3827e4bbb280eab7ceaa913e9;p=mesa.git
updated with pkg-config info
---
diff --git a/docs/install.html b/docs/install.html
index 0a361430697..041e27b8331 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -306,6 +306,26 @@ This is a handy way to compare multiple OpenGL implementations.
+1.5 pkg-config support
+
+
+Running make install
will install package configuration files
+for the pkg-config utility.
+
+
+
+When compiling your OpenGL application you can use pkg-config to determine
+the proper compiler and linker flags.
+
+
+
+For example, compiling and linking a GLUT application can be done with:
+
+
+ gcc `pkg-config --cflags --libs glut` mydemo.c -o mydemo
+
+
+
2. Windows Compilation and Installation