changeset 705:c951876aa54f

add OpenSSL-dev to the list of requirements
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 16:32:25 +0100
parents 93f1be1d2089
children fdd9601bde8d
files doc/index.html
diffstat 1 files changed, 15 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Sun Feb 07 14:55:35 2010 +0100
+++ b/doc/index.html	Sun Feb 07 16:32:25 2010 +0100
@@ -542,7 +542,7 @@
         <td></td>
     </tr>
     <tr>
-        <td><a href="http://www.openssl.org/">OpenSSL</a></td>
+        <td><a href="http://www.openssl.org/">OpenSSL</a>-dev</td>
         <td></td>
     </tr>
     <tr>
@@ -577,8 +577,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 pkg-config scons \
-                    unzip wget</pre>
+                    openssl libssl-dev patch perl \
+                    pkg-config scons unzip wget</pre>
 
     <p>
     On 64-bit Debian, install also:
@@ -589,7 +589,8 @@
 
     <!-- http://www.freebsd.org/ports/ -->
     <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
-           gsed libtool perl pkg-config scons unzip wget</pre>
+           gsed libtool openssl perl pkg-config scons \
+           unzip wget</pre>
 
     <p>
     On 64-bit FreeBSD,
@@ -600,8 +601,8 @@
 
     <!-- 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>
+             flex gcc make sed libtool openssl patch \
+             perl pkgconfig scons unzip wget</pre>
 
     <p>
     On 64-bit Frugalware,
@@ -619,8 +620,8 @@
     </p>
     <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install autoconf automake bison cmake flex \
-                  gmake gsed libtool pkgconfig scons wget \
-                  gcc_select
+                  gmake gsed libtool openssl pkgconfig \
+                  scons wget gcc_select
 sudo gcc_select gcc40</pre>
 
     <h3>MacOS X (≤ 10.5)</h3>
@@ -634,7 +635,8 @@
     </p>
     <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install autoconf automake bison cmake flex \
-                  gmake gsed libtool pkgconfig scons wget</pre>
+                  gmake gsed libtool openssl pkgconfig \
+                  scons wget</pre>
 
     <h3 id="requirements-solaris">Open Solaris 2009.06</h3>
 
@@ -653,9 +655,10 @@
     </p>
     <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
     <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
-                   SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
-                   SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \
-                   SUNWlibm SUNWgpch SUNWgnome-common-devel \
+                   SUNWbison SUNWcmake SUNWflexlex \
+                   SUNWgcc SUNWgmake SUNWgsed SUNWgzip \
+                   SUNWlibtool SUNWlibm SUNWopenssl \
+                   SUNWgpch SUNWgnome-common-devel \
                    SUNWunzip SUNWwget</pre>
 
     <p>