comparison doc/index.html @ 677:b60e3e80a69e

add Autoconf, Automake, Bison and Flex to the list of requirements
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 04 Feb 2010 22:10:47 +0100
parents 24e7c507a923
children 492c5a606326
comparison
equal deleted inserted replaced
676:24e7c507a923 677:b60e3e80a69e
467 where the following components are installed: 467 where the following components are installed:
468 </p> 468 </p>
469 469
470 <table> 470 <table>
471 <tr> 471 <tr>
472 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
473 <td>≥ 2.50</td>
474 </tr>
475 <tr>
476 <td><a href="http://sources.redhat.com/automake/">Automake</a></td>
477 <td>≥ 1.10</td>
478 </tr>
479 <tr>
472 <td><a href="http://www.gnu.org/software/bash/">Bash</a></td> 480 <td><a href="http://www.gnu.org/software/bash/">Bash</a></td>
473 <td></td> 481 <td></td>
474 </tr> 482 </tr>
475 <tr> 483 <tr>
484 <td><a href="http://www.gnu.org/software/bison/">Bison</a></td>
485 <td></td>
486 </tr>
487 <tr>
476 <td><a href="http://www.bzip.org/">Bzip2</a></td> 488 <td><a href="http://www.bzip.org/">Bzip2</a></td>
477 <td></td> 489 <td></td>
478 </tr> 490 </tr>
479 <tr> 491 <tr>
480 <td><a href="http://www.cmake.org/">CMake</a></td> 492 <td><a href="http://www.cmake.org/">CMake</a></td>
481 <td></td> 493 <td></td>
482 </tr> 494 </tr>
483 <tr> 495 <tr>
496 <td><a href="http://flex.sourceforge.net/">Flex</a></td>
497 <td></td>
498 </tr>
499 <tr>
484 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td> 500 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
485 <td></td> 501 <td></td>
486 </tr> 502 </tr>
487 <tr> 503 <tr>
488 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td> 504 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
528 </p> 544 </p>
529 545
530 <h3>Debian</h3> 546 <h3>Debian</h3>
531 547
532 <!-- http://www.debian.org/distrib/packages#search_packages --> 548 <!-- http://www.debian.org/distrib/packages#search_packages -->
533 <pre>aptitude install -R bash bzip2 cmake g++ make sed openssl \ 549 <pre>aptitude install -R autoconf automake bash bison bzip2 \
534 patch perl scons unzip wget</pre> 550 cmake flex g++ make sed openssl patch \
551 perl scons unzip wget</pre>
535 552
536 <p> 553 <p>
537 On 64-bit Debian, install also: 554 On 64-bit Debian, install also:
538 </p> 555 </p>
539 <pre>aptitude install -R g++-multilib</pre> 556 <pre>aptitude install -R g++-multilib</pre>
540 557
541 <h3>FreeBSD</h3> 558 <h3>FreeBSD</h3>
542 559
543 <!-- http://www.freebsd.org/ports/ --> 560 <!-- http://www.freebsd.org/ports/ -->
544 <pre>pkg_add -r bash cmake gmake gsed perl scons unzip wget</pre> 561 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
562 gsed perl scons unzip wget</pre>
545 563
546 <p> 564 <p>
547 On 64-bit FreeBSD, 565 On 64-bit FreeBSD,
548 there are open issues with the NSIS package. 566 there are open issues with the NSIS package.
549 </p> 567 </p>
550 568
551 <h3>Frugalware</h3> 569 <h3>Frugalware</h3>
552 570
553 <!-- http://www.frugalware.org/packages --> 571 <!-- http://www.frugalware.org/packages -->
554 <pre>pacman-g2 -S bash bzip2 cmake gcc make sed openssl \ 572 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
555 patch perl scons unzip wget</pre> 573 flex gcc make sed openssl patch perl scons \
574 unzip wget</pre>
556 575
557 <p> 576 <p>
558 On 64-bit Frugalware, 577 On 64-bit Frugalware,
559 there are open issues with the NSIS package. 578 there are open issues with the NSIS package.
560 </p> 579 </p>
567 and 586 and
568 <a href="http://www.macports.org/">MacPorts</a>, 587 <a href="http://www.macports.org/">MacPorts</a>,
569 then run: 588 then run:
570 </p> 589 </p>
571 <!-- http://www.macports.org/ports.php --> 590 <!-- http://www.macports.org/ports.php -->
572 <pre>sudo port install cmake gmake gsed scons wget</pre> 591 <pre>sudo port install autoconf automake bison cmake flex \
592 gmake gsed scons wget</pre>
573 593
574 <h3>MacOS 10.6</h3> 594 <h3>MacOS 10.6</h3>
575 595
576 <p> 596 <p>
577 Install 597 Install
579 and 599 and
580 <a href="http://www.macports.org/">MacPorts</a>, 600 <a href="http://www.macports.org/">MacPorts</a>,
581 then run: 601 then run:
582 </p> 602 </p>
583 <!-- http://www.macports.org/ports.php --> 603 <!-- http://www.macports.org/ports.php -->
584 <pre>sudo port install cmake gmake gsed scons wget gcc_select 604 <pre>sudo port install autoconf automake bison cmake flex \
605 gmake gsed scons wget gcc_select
585 sudo gcc_select gcc40</pre> 606 sudo gcc_select gcc40</pre>
586 607
587 <h3>Open Solaris 2009.06</h3> 608 <h3>Open Solaris 2009.06</h3>
588 609
589 <p> 610 <p>
598 <p> 619 <p>
599 First, install all requirements 620 First, install all requirements
600 that already ship with Solaris: 621 that already ship with Solaris:
601 </p> 622 </p>
602 <!-- http://pkg.opensolaris.org/release/en/search.shtml --> 623 <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
603 <pre>pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \ 624 <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
604 SUNWgzip SUNWlibm SUNWgpch SUNWunzip \ 625 SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
605 SUNWwget</pre> 626 SUNWgmake SUNWgsed SUNWgzip SUNWlibm \
627 SUNWgpch SUNWunzip SUNWwget</pre>
606 628
607 <p> 629 <p>
608 Then download and install SCons by hand: 630 Then download and install SCons by hand:
609 </p> 631 </p>
610 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz 632 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz