From 5bba58ca2215a3c3827e4bbb280eab7ceaa913e9 Mon Sep 17 00:00:00 2001
From: Brian
Date: Wed, 12 Sep 2007 10:11:49 -0600
Subject: [PATCH] updated with pkg-config info
---
docs/install.html | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
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
--
2.30.2