changeset 1103:e3a67857c3d7

updated system-specific instructions for requirements Added xz to package lists for most systems. Added coverage of openSUSE.
author Mark Brand <mabrand@mabrand.nl>
date Mon, 30 Aug 2010 13:09:25 +0200
parents fa2a4aa042e3
children 3cd158b49847
files doc/index.html
diffstat 1 files changed, 16 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Mon Aug 30 11:31:25 2010 +0200
+++ b/doc/index.html	Mon Aug 30 13:09:25 2010 +0200
@@ -486,6 +486,7 @@
         <li><a href="#requirements-gentoo">Gentoo</a></li>
         <li><a href="#requirements-macos">MacOS</a></li>
         <li><a href="#requirements-opensolaris">Open Solaris</a></li>
+        <li><a href="#requirements-opensuse">openSUSE</a></li>
     </ul>
 
     <table>
@@ -577,7 +578,7 @@
     <pre>aptitude install -R autoconf automake bash bison bzip2 \
                     cmake flex g++ make sed libtool \
                     openssl libssl-dev patch perl \
-                    pkg-config scons unzip wget</pre>
+                    pkg-config scons unzip wget xz</pre>
 
     <p>
     On 64-bit Debian, install also:
@@ -589,7 +590,7 @@
     <!-- http://www.freebsd.org/ports/ -->
     <pre>pkg_add -r automake110 autoconf262 bash bison cmake \
            flex gmake gsed libtool openssl perl \
-           pkg-config scons unzip wget</pre>
+           pkg-config scons unzip wget xz</pre>
 
     <p>
     Ensure that /usr/local/bin preceeds /usr/bin in your $PATH:
@@ -615,7 +616,7 @@
     <!-- http://www.frugalware.org/packages -->
     <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
              flex gcc make sed libtool openssl patch \
-             perl pkgconfig scons unzip wget</pre>
+             perl pkgconfig scons unzip wget xz xz-lzma</pre>
 
     <p>
     On 64-bit Frugalware,
@@ -631,7 +632,7 @@
        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</pre>
+       net-misc/wget xz-utils</pre>
 
     <p>
     There are
@@ -650,7 +651,7 @@
     <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install autoconf automake bison cmake flex \
                   gsed libtool openssl pkgconfig scons \
-                  wget gcc_select
+                  wget xz gcc_select
 sudo gcc_select gcc40</pre>
 
     <h3>MacOS X (≤ 10.5)</h3>
@@ -665,7 +666,7 @@
     <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install autoconf automake bison cmake flex \
                   gmake gsed libtool openssl pkgconfig \
-                  scons wget</pre>
+                  scons wget xz</pre>
 
     <h3 id="requirements-opensolaris">Open Solaris 2009.06</h3>
 
@@ -735,6 +736,15 @@
     However, recent versions of bash (4+) from this source
     will cause certain builds to fail.
     </p>
+
+    <h3 id="requirements-opensuse">openSUSE</h3>
+
+    <!-- http://software.opensuse.org/113/en -->
+    <pre>zypper install -R autoconf automake bash bison bzip2 \
+                    cmake flex gcc-c++ make sed libtool \
+                    openssl libopenssl-devel patch perl \
+                    pkg-config scons unzip wget xz</pre>
+
 </div>
 
 <div class="section">