updated gettext requirements

pull/13/head
Moritz Bunkus 13 years ago
parent 2d6ae8c49d
commit efaf6a2912

@ -608,6 +608,10 @@ USE_OSGPLUGIN(<plugin2>)
<td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
<td></td>
</tr>
<tr>
<td><a href="http://www.gnu.org/s/gettext/">GNU Gettext</a></td>
<td></td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/make/">GNU Make</a></td>
<td>≥ 3.81</td>
@ -674,7 +678,7 @@ 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++ intltool make sed \
cmake flex gettext g++ intltool make sed \
libtool libltdl-dev openssl libssl-dev \
libxml-parser-perl patch perl \
pkg-config scons unzip wget \
@ -689,7 +693,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- https://admin.fedoraproject.org/pkgdb/ -->
<pre>yum install autoconf automake bash bison bzip2 cmake \
flex gcc-c++ intltool make sed libtool \
flex gcc-c++ gettext intltool make sed libtool \
openssl-devel patch perl pkgconfig scons \
yasm unzip wget xz</pre>
@ -702,7 +706,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- http://www.freebsd.org/ports/ -->
<pre>pkg_add -r automake111 autoconf268 bash bison cmake \
flex gmake gsed intltool libtool openssl \
flex gettext gmake gsed intltool libtool openssl \
patch perl p5-XML-Parser pkg-config scons \
unzip wget yasm</pre>
@ -726,7 +730,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- http://www.frugalware.org/packages -->
<pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
flex gcc intltool make sed libtool openssl \
flex gcc gettext intltool make sed libtool openssl \
patch perl perl-xml-parser pkgconfig scons \
unzip wget xz xz-lzma yasm</pre>
@ -741,6 +745,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<pre>emerge sys-devel/autoconf sys-devel/automake \
app-shells/bash sys-devel/bison app-arch/bzip2 \
dev-util/cmake sys-devel/flex sys-devel/gcc \
sys-devel/gettext \
dev-util/intltool sys-devel/make sys-apps/sed \
sys-devel/libtool dev-libs/openssl sys-devel/patch \
dev-lang/perl dev-perl/XML-Parser \
@ -758,7 +763,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</p>
<!-- http://www.macports.org/ports.php -->
<pre>sudo port install autoconf automake bison cmake flex \
gsed intltool libtool openssl \
gettext gsed intltool libtool openssl \
p5-xml-parser pkgconfig scons \
wget xz yasm</pre>
<p>

Loading…
Cancel
Save