diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-09-27 13:42:09 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-09-27 13:42:09 (GMT) |
commit | 37eb0b01171ded59b92518f2cfb899865306d069 (patch) | |
tree | cb59ecc4eb18def9ecf5d62a2fb35fa514422066 /doc | |
parent | 21f3f5bb9dfa5e070bc362e6ba5ad9cda6c7fefc (diff) | |
download | mxe-37eb0b01171ded59b92518f2cfb899865306d069.zip mxe-37eb0b01171ded59b92518f2cfb899865306d069.tar.gz mxe-37eb0b01171ded59b92518f2cfb899865306d069.tar.bz2 |
improved the hint to Debian Backports in the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 84c9a75..71efaeb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -578,10 +578,6 @@ USE_OSGPLUGIN(<plugin2>) <h3 id="requirements-debian">Debian</h3> - <p> - If you use Debian/Lenny, you'll need the <a href="http://backports.debian.org/">Debian Backports</a>. - </p> - <!-- http://www.debian.org/distrib/packages#search_packages --> <pre>aptitude install -R autoconf automake bash bison bzip2 \ cmake flex g++ make sed libtool openssl \ @@ -593,6 +589,13 @@ USE_OSGPLUGIN(<plugin2>) </p> <pre>aptitude install -R g++-multilib</pre> + <p> + On Debian/Lenny, some + <a href="http://backports.debian.org/">backports</a> + are required: + </p> + <pre>aptitude install -R -t lenny-backports autoconf xz-utils</pre> + <h3 id="requirements-freebsd">FreeBSD</h3> <!-- http://www.freebsd.org/ports/ --> |