comparison doc/index.html @ 1205:671bfbe4063d

improved the hint to Debian Backports in the docs
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 27 Sep 2010 15:42:09 +0200
parents fca60b5b5afb
children 81aa21124ae2
comparison
equal deleted inserted replaced
1204:71ff7a06339f 1205:671bfbe4063d
576 </tr> 576 </tr>
577 </table> 577 </table>
578 578
579 <h3 id="requirements-debian">Debian</h3> 579 <h3 id="requirements-debian">Debian</h3>
580 580
581 <p>
582 If you use Debian/Lenny, you'll need the <a href="http://backports.debian.org/">Debian Backports</a>.
583 </p>
584
585 <!-- http://www.debian.org/distrib/packages#search_packages --> 581 <!-- http://www.debian.org/distrib/packages#search_packages -->
586 <pre>aptitude install -R autoconf automake bash bison bzip2 \ 582 <pre>aptitude install -R autoconf automake bash bison bzip2 \
587 cmake flex g++ make sed libtool openssl \ 583 cmake flex g++ make sed libtool openssl \
588 libssl-dev libxml-parser-perl patch \ 584 libssl-dev libxml-parser-perl patch \
589 perl pkg-config scons unzip wget xz-utils</pre> 585 perl pkg-config scons unzip wget xz-utils</pre>
590 586
591 <p> 587 <p>
592 On 64-bit Debian, install also: 588 On 64-bit Debian, install also:
593 </p> 589 </p>
594 <pre>aptitude install -R g++-multilib</pre> 590 <pre>aptitude install -R g++-multilib</pre>
591
592 <p>
593 On Debian/Lenny, some
594 <a href="http://backports.debian.org/">backports</a>
595 are required:
596 </p>
597 <pre>aptitude install -R -t lenny-backports autoconf xz-utils</pre>
595 598
596 <h3 id="requirements-freebsd">FreeBSD</h3> 599 <h3 id="requirements-freebsd">FreeBSD</h3>
597 600
598 <!-- http://www.freebsd.org/ports/ --> 601 <!-- http://www.freebsd.org/ports/ -->
599 <pre>pkg_add -r automake110 autoconf262 bash bison cmake \ 602 <pre>pkg_add -r automake110 autoconf262 bash bison cmake \