comparison doc/index.html @ 676:24e7c507a923

add hints about where to find the exact package names for various platforms
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 04 Feb 2010 21:51:10 +0100
parents ad3600b7be3a
children b60e3e80a69e
comparison
equal deleted inserted replaced
675:ad3600b7be3a 676:24e7c507a923
527 for various systems follow. 527 for various systems follow.
528 </p> 528 </p>
529 529
530 <h3>Debian</h3> 530 <h3>Debian</h3>
531 531
532 <!-- http://www.debian.org/distrib/packages#search_packages -->
532 <pre>aptitude install -R bash bzip2 cmake g++ make sed openssl \ 533 <pre>aptitude install -R bash bzip2 cmake g++ make sed openssl \
533 patch perl scons unzip wget</pre> 534 patch perl scons unzip wget</pre>
534 535
535 <p> 536 <p>
536 On 64-bit Debian, install also: 537 On 64-bit Debian, install also:
537 </p> 538 </p>
538 <pre>aptitude install -R g++-multilib</pre> 539 <pre>aptitude install -R g++-multilib</pre>
539 540
540 <h3>FreeBSD</h3> 541 <h3>FreeBSD</h3>
541 542
543 <!-- http://www.freebsd.org/ports/ -->
542 <pre>pkg_add -r bash cmake gmake gsed perl scons unzip wget</pre> 544 <pre>pkg_add -r bash cmake gmake gsed perl scons unzip wget</pre>
543 545
544 <p> 546 <p>
545 On 64-bit FreeBSD, 547 On 64-bit FreeBSD,
546 there are open issues with the NSIS package. 548 there are open issues with the NSIS package.
547 </p> 549 </p>
548 550
549 <h3>Frugalware</h3> 551 <h3>Frugalware</h3>
550 552
553 <!-- http://www.frugalware.org/packages -->
551 <pre>pacman-g2 -S bash bzip2 cmake gcc make sed openssl \ 554 <pre>pacman-g2 -S bash bzip2 cmake gcc make sed openssl \
552 patch perl scons unzip wget</pre> 555 patch perl scons unzip wget</pre>
553 556
554 <p> 557 <p>
555 On 64-bit Frugalware, 558 On 64-bit Frugalware,
563 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a> 566 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
564 and 567 and
565 <a href="http://www.macports.org/">MacPorts</a>, 568 <a href="http://www.macports.org/">MacPorts</a>,
566 then run: 569 then run:
567 </p> 570 </p>
571 <!-- http://www.macports.org/ports.php -->
568 <pre>sudo port install cmake gmake gsed scons wget</pre> 572 <pre>sudo port install cmake gmake gsed scons wget</pre>
569 573
570 <h3>MacOS 10.6</h3> 574 <h3>MacOS 10.6</h3>
571 575
572 <p> 576 <p>
574 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a> 578 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
575 and 579 and
576 <a href="http://www.macports.org/">MacPorts</a>, 580 <a href="http://www.macports.org/">MacPorts</a>,
577 then run: 581 then run:
578 </p> 582 </p>
583 <!-- http://www.macports.org/ports.php -->
579 <pre>sudo port install cmake gmake gsed scons wget gcc_select 584 <pre>sudo port install cmake gmake gsed scons wget gcc_select
580 sudo gcc_select gcc40</pre> 585 sudo gcc_select gcc40</pre>
581 586
582 <h3>Open Solaris 2009.06</h3> 587 <h3>Open Solaris 2009.06</h3>
583 588
592 597
593 <p> 598 <p>
594 First, install all requirements 599 First, install all requirements
595 that already ship with Solaris: 600 that already ship with Solaris:
596 </p> 601 </p>
602 <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
597 <pre>pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \ 603 <pre>pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \
598 SUNWgzip SUNWlibm SUNWgpch SUNWunzip \ 604 SUNWgzip SUNWlibm SUNWgpch SUNWunzip \
599 SUNWwget</pre> 605 SUNWwget</pre>
600 606
601 <p> 607 <p>