summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-07 09:00:58 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-07 09:00:58 (GMT)
commitfab6f7f5539365614dc222fb894a8af6beb91e51 (patch)
treec3da4a789679472f80804735bcdb58a23a0baf6a /doc/index.html
parent17c2153bc550a54a1a0e70eb1fed8115f21b850e (diff)
downloadmxe-fab6f7f5539365614dc222fb894a8af6beb91e51.zip
mxe-fab6f7f5539365614dc222fb894a8af6beb91e51.tar.gz
mxe-fab6f7f5539365614dc222fb894a8af6beb91e51.tar.bz2
use the natively installed pkg-config instead of building a custom pkg-config
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html
index e46424c..b0158cb 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -544,6 +544,11 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</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 @@ sudo gcc_select gcc40</pre>
<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: