comparison doc/index.html @ 682:492c5a606326

add Libtool to the list of requirements
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 05 Feb 2010 01:01:20 +0100
parents b60e3e80a69e
children 19073a2914b9
comparison
equal deleted inserted replaced
681:00f0ca2238f2 682:492c5a606326
495 <tr> 495 <tr>
496 <td><a href="http://flex.sourceforge.net/">Flex</a></td> 496 <td><a href="http://flex.sourceforge.net/">Flex</a></td>
497 <td></td> 497 <td></td>
498 </tr> 498 </tr>
499 <tr> 499 <tr>
500 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
501 <td></td>
502 </tr>
503 <tr>
504 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td> 500 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
505 <td></td> 501 <td></td>
506 </tr> 502 </tr>
507 <tr> 503 <tr>
508 <td><a href="http://www.gnu.org/software/make/">GNU Make</a></td> 504 <td><a href="http://www.gnu.org/software/make/">GNU Make</a></td>
511 <tr> 507 <tr>
512 <td><a href="http://www.gnu.org/software/sed/">GNU Sed</a></td> 508 <td><a href="http://www.gnu.org/software/sed/">GNU Sed</a></td>
513 <td></td> 509 <td></td>
514 </tr> 510 </tr>
515 <tr> 511 <tr>
512 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
513 <td></td>
514 </tr>
515 <tr>
516 <td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
517 <td></td>
518 </tr>
519 <tr>
516 <td><a href="http://www.openssl.org/">OpenSSL</a></td> 520 <td><a href="http://www.openssl.org/">OpenSSL</a></td>
517 <td></td> 521 <td></td>
518 </tr> 522 </tr>
519 <tr> 523 <tr>
520 <td><a href="http://www.gnu.org/software/patch/">Patch</a></td> 524 <td><a href="http://www.gnu.org/software/patch/">Patch</a></td>
545 549
546 <h3>Debian</h3> 550 <h3>Debian</h3>
547 551
548 <!-- http://www.debian.org/distrib/packages#search_packages --> 552 <!-- http://www.debian.org/distrib/packages#search_packages -->
549 <pre>aptitude install -R autoconf automake bash bison bzip2 \ 553 <pre>aptitude install -R autoconf automake bash bison bzip2 \
550 cmake flex g++ make sed openssl patch \ 554 cmake flex g++ make sed libtool \
551 perl scons unzip wget</pre> 555 openssl patch perl scons unzip wget</pre>
552 556
553 <p> 557 <p>
554 On 64-bit Debian, install also: 558 On 64-bit Debian, install also:
555 </p> 559 </p>
556 <pre>aptitude install -R g++-multilib</pre> 560 <pre>aptitude install -R g++-multilib</pre>
557 561
558 <h3>FreeBSD</h3> 562 <h3>FreeBSD</h3>
559 563
560 <!-- http://www.freebsd.org/ports/ --> 564 <!-- http://www.freebsd.org/ports/ -->
561 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \ 565 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
562 gsed perl scons unzip wget</pre> 566 gsed libtool perl scons unzip wget</pre>
563 567
564 <p> 568 <p>
565 On 64-bit FreeBSD, 569 On 64-bit FreeBSD,
566 there are open issues with the NSIS package. 570 there are open issues with the NSIS package.
567 </p> 571 </p>
568 572
569 <h3>Frugalware</h3> 573 <h3>Frugalware</h3>
570 574
571 <!-- http://www.frugalware.org/packages --> 575 <!-- http://www.frugalware.org/packages -->
572 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \ 576 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
573 flex gcc make sed openssl patch perl scons \ 577 flex gcc make sed libtool openssl patch perl \
574 unzip wget</pre> 578 scons unzip wget</pre>
575 579
576 <p> 580 <p>
577 On 64-bit Frugalware, 581 On 64-bit Frugalware,
578 there are open issues with the NSIS package. 582 there are open issues with the NSIS package.
579 </p> 583 </p>
587 <a href="http://www.macports.org/">MacPorts</a>, 591 <a href="http://www.macports.org/">MacPorts</a>,
588 then run: 592 then run:
589 </p> 593 </p>
590 <!-- http://www.macports.org/ports.php --> 594 <!-- http://www.macports.org/ports.php -->
591 <pre>sudo port install autoconf automake bison cmake flex \ 595 <pre>sudo port install autoconf automake bison cmake flex \
592 gmake gsed scons wget</pre> 596 gmake gsed libtool scons wget</pre>
593 597
594 <h3>MacOS 10.6</h3> 598 <h3>MacOS 10.6</h3>
595 599
596 <p> 600 <p>
597 Install 601 Install
600 <a href="http://www.macports.org/">MacPorts</a>, 604 <a href="http://www.macports.org/">MacPorts</a>,
601 then run: 605 then run:
602 </p> 606 </p>
603 <!-- http://www.macports.org/ports.php --> 607 <!-- http://www.macports.org/ports.php -->
604 <pre>sudo port install autoconf automake bison cmake flex \ 608 <pre>sudo port install autoconf automake bison cmake flex \
605 gmake gsed scons wget gcc_select 609 gmake gsed libtool scons wget gcc_select
606 sudo gcc_select gcc40</pre> 610 sudo gcc_select gcc40</pre>
607 611
608 <h3>Open Solaris 2009.06</h3> 612 <h3>Open Solaris 2009.06</h3>
609 613
610 <p> 614 <p>
621 that already ship with Solaris: 625 that already ship with Solaris:
622 </p> 626 </p>
623 <!-- http://pkg.opensolaris.org/release/en/search.shtml --> 627 <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
624 <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \ 628 <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
625 SUNWbison SUNWcmake SUNWflexlex SUNWgcc \ 629 SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
626 SUNWgmake SUNWgsed SUNWgzip SUNWlibm \ 630 SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \
627 SUNWgpch SUNWunzip SUNWwget</pre> 631 SUNWlibm SUNWgpch SUNWunzip SUNWwget</pre>
628 632
629 <p> 633 <p>
630 Then download and install SCons by hand: 634 Then download and install SCons by hand:
631 </p> 635 </p>
632 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz 636 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz