# HG changeset patch # User Tony Theodore # Date 1284887689 -7200 # Node ID 93f17d25fcf244777266beb653b78f6598f2634d # Parent ac757c905910a3462dfe5f2f784c8d406cd5d586 mention the new requirement "Perl XML::Parser" in the docs diff -r ac757c905910 -r 93f17d25fcf2 doc/index.html --- a/doc/index.html Sun Sep 19 10:27:02 2010 +0200 +++ b/doc/index.html Sun Sep 19 11:14:49 2010 +0200 @@ -551,6 +551,10 @@ + Perl XML::Parser + + + Pkg-config ≥ 0.16 @@ -576,8 +580,8 @@
aptitude install -R autoconf automake bash bison bzip2 \
-                    cmake flex g++ make sed libtool \
-                    openssl libssl-dev patch perl \
+                    cmake flex g++ make sed libtool openssl\
+                    libssl-dev libxml-parser-perl patch perl \
                     pkg-config scons unzip wget xz

@@ -590,7 +594,7 @@

pkg_add -r automake110 autoconf262 bash bison cmake \
            flex gmake gsed libtool openssl patch perl \
-           pkg-config scons unzip wget
+ p5-XML-Parser pkg-config scons unzip wget

Ensure that /usr/local/bin preceeds /usr/bin in your $PATH: @@ -616,7 +620,8 @@

pacman-g2 -S autoconf automake bash bzip2 bison cmake \
              flex gcc make sed libtool openssl patch \
-             perl pkgconfig scons unzip wget xz xz-lzma
+ perl perl-xml-parser pkgconfig scons unzip \ + wget xz xz-lzma

On 64-bit Frugalware, @@ -631,8 +636,8 @@ dev-util/cmake sys-devel/flex sys-devel/gcc \ sys-devel/make sys-apps/sed sys-devel/libtool \ dev-libs/openssl sys-devel/patch dev-lang/perl \ - dev-util/pkgconfig dev-util/scons app-arch/unzip \ - net-misc/wget xz-utils + dev-perl/XML-Parser dev-util/pkgconfig dev-util/scons \ + app-arch/unzip net-misc/wget app-arch/xz-utils

There are @@ -650,8 +655,8 @@

sudo port install autoconf automake bison cmake flex \
-                  gsed libtool openssl pkgconfig scons \
-                  wget xz-devel gcc_select
+                  gsed libtool openssl p5-xml-parser \
+                  pkgconfig scons wget xz-devel gcc_select
 sudo gcc_select gcc40

MacOS X (≤ 10.5)

@@ -665,8 +670,8 @@

sudo port install autoconf automake bison cmake flex \
-                  gmake gsed libtool openssl pkgconfig \
-                  scons wget xz-devel
+ gmake gsed libtool openssl p5-xml-parser \ + pkgconfig scons wget xz-devel

Open Solaris 2009.06

@@ -683,12 +688,11 @@ that already ship with Solaris:

-
pfexec pkg install SUNWgnu-automake-110 SUNWbison \
-                   SUNWcmake SUNWflexlex SUNWgcc \
-                   SUNWgmake SUNWgsed SUNWgzip \
-                   SUNWlibtool SUNWlibm SUNWopenssl \
-                   SUNWgpch SUNWgnome-common-devel \
-                   SUNWunzip SUNWwget
+
pfexec pkg install SUNWgnu-automake-110 SUNWbison SUNWcmake \
+                   SUNWflexlex SUNWgcc SUNWgmake SUNWgsed \
+                   SUNWgzip SUNWlibtool SUNWlibm SUNWopenssl \
+                   SUNWgpch SUNWperl-xml-parser \
+                   SUNWgnome-common-devel SUNWunzip SUNWwget

and make Automake available: @@ -741,9 +745,10 @@

zypper install -R autoconf automake bash bison bzip2 \
-                  cmake flex gcc-c++ gettext-tools make sed libtool \
-                  openssl libopenssl-devel patch perl \
-                  pkg-config scons unzip wget xz
+ cmake flex gcc-c++ gettext-tools libtool \ + make openssl libopenssl-devel patch perl \ + perl-XML-Parser pkg-config scons sed \ + unzip wget xz

openSUSE 11.3 x86_64 (additional)

zypper install -R gcc-32bit glibc-devel-32bit \