# HG changeset patch # User Volker Grabsch # Date 1265556996 -3600 # Node ID fdd9601bde8d2c17fb72593641fbc88412cc40bd # Parent c951876aa54f3950d62d04f57b556ebc71cbd419# Parent 43b33bf38d55cc9a7f089dbc20054a0dcdc1c984 merge diff -r 43b33bf38d55 -r fdd9601bde8d doc/index.html --- a/doc/index.html Sun Feb 07 16:35:54 2010 +0100 +++ b/doc/index.html Sun Feb 07 16:36:36 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