summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-07 15:32:25 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-07 15:32:25 (GMT)
commit7736ddb896914093f4e0d214ed8fd63e75194b58 (patch)
tree560438c63a4d60d0ebd36b185198ca05ba91a91c /doc/index.html
parent63d8aab43d70150d10284f36d1b7e259944f6cb7 (diff)
downloadmxe-7736ddb896914093f4e0d214ed8fd63e75194b58.zip
mxe-7736ddb896914093f4e0d214ed8fd63e75194b58.tar.gz
mxe-7736ddb896914093f4e0d214ed8fd63e75194b58.tar.bz2
add OpenSSL-dev to the list of requirements
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html27
1 files changed, 15 insertions, 12 deletions
diff --git a/doc/index.html b/doc/index.html
index 4f5a490..ef11993 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -542,7 +542,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</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 @@ sudo gcc_select gcc40</pre>
</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 @@ sudo gcc_select gcc40</pre>
</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>