# HG changeset patch # User Volker Grabsch # Date 1265556745 -3600 # Node ID c951876aa54f3950d62d04f57b556ebc71cbd419 # Parent 93f1be1d208929ba27e2899c050796f7d35afd95 add OpenSSL-dev to the list of requirements diff -r 93f1be1d2089 -r c951876aa54f doc/index.html --- 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 @@ - OpenSSL + OpenSSL-dev @@ -577,8 +577,8 @@
aptitude install -R autoconf automake bash bison bzip2 \
                     cmake flex g++ make sed libtool \
-                    openssl patch perl pkg-config scons \
-                    unzip wget
+ openssl libssl-dev patch perl \ + pkg-config scons unzip wget

On 64-bit Debian, install also: @@ -589,7 +589,8 @@

pkg_add -r autoconf automake bash bison cmake flex gmake \
-           gsed libtool perl pkg-config scons unzip wget
+ gsed libtool openssl perl pkg-config scons \ + unzip wget

On 64-bit FreeBSD, @@ -600,8 +601,8 @@

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

On 64-bit Frugalware, @@ -619,8 +620,8 @@

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

MacOS X (≤ 10.5)

@@ -634,7 +635,8 @@

sudo port install autoconf automake bison cmake flex \
-                  gmake gsed libtool pkgconfig scons wget
+ gmake gsed libtool openssl pkgconfig \ + scons wget

Open Solaris 2009.06

@@ -653,9 +655,10 @@

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