diff doc/index.html @ 695:b930f92b1f77

use the natively installed pkg-config instead of building a custom pkg-config
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 10:00:58 +0100
parents 8562d568a07a
children 5b7a653e959e
line wrap: on
line diff
--- a/doc/index.html	Sun Feb 07 07:49:56 2010 +0100
+++ b/doc/index.html	Sun Feb 07 10:00:58 2010 +0100
@@ -544,6 +544,11 @@
         <td></td>
     </tr>
     <tr>
+        <td><a href="http://pkg-config.freedesktop.org/">Pkg-config</a></td>
+        <td>≥ 0.16</td>
+        <td></td>
+    </tr>
+    <tr>
         <td><a href="http://www.scons.org/">SCons</a></td>
         <td>≥ 0.98</td>
     </tr>
@@ -567,7 +572,8 @@
     <!-- http://www.debian.org/distrib/packages#search_packages -->
     <pre>aptitude install -R autoconf automake bash bison bzip2 \
                     cmake flex g++ make sed libtool \
-                    openssl patch perl scons unzip wget</pre>
+                    openssl patch perl pkg-config scons \
+                    unzip wget</pre>
 
     <p>
     On 64-bit Debian, install also:
@@ -578,7 +584,7 @@
 
     <!-- http://www.freebsd.org/ports/ -->
     <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
-           gsed libtool perl scons unzip wget</pre>
+           gsed libtool perl pkg-config scons unzip wget</pre>
 
     <p>
     On 64-bit FreeBSD,
@@ -590,7 +596,7 @@
     <!-- http://www.frugalware.org/packages -->
     <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
              flex gcc make sed libtool openssl patch perl \
-             scons unzip wget</pre>
+             pkgconfig scons unzip wget</pre>
 
     <p>
     On 64-bit Frugalware,
@@ -608,7 +614,7 @@
     </p>
     <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install autoconf automake bison cmake flex \
-                  gmake gsed libtool scons wget</pre>
+                  gmake gsed libtool pkgconfig scons wget</pre>
 
     <h3>MacOS 10.6</h3>
 
@@ -621,7 +627,8 @@
     </p>
     <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install autoconf automake bison cmake flex \
-                  gmake gsed libtool scons wget gcc_select
+                  gmake gsed libtool pkgconfig scons wget \
+                  gcc_select
 sudo gcc_select gcc40</pre>
 
     <h3>Open Solaris 2009.06</h3>
@@ -643,7 +650,8 @@
     <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
                    SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
                    SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \
-                   SUNWlibm SUNWgpch SUNWunzip SUNWwget</pre>
+                   SUNWlibm SUNWgpch SUNWgnome-common-devel \
+                   SUNWunzip SUNWwget</pre>
 
     <p>
     Then download and install SCons by hand: