comparison doc/index.html @ 636:f68e81208388

add CMake to the list of requirements
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 12 Jan 2010 20:51:01 +0100
parents c51831e7eb46
children c90c776f9832
comparison
equal deleted inserted replaced
634:891ee2b83294 636:f68e81208388
448 <tr> 448 <tr>
449 <td><a href="http://www.bzip.org/">Bzip2</a></td> 449 <td><a href="http://www.bzip.org/">Bzip2</a></td>
450 <td></td> 450 <td></td>
451 </tr> 451 </tr>
452 <tr> 452 <tr>
453 <td><a href="http://www.cmake.org/">CMake</a></td>
454 <td></td>
455 </tr>
456 <tr>
453 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td> 457 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
454 <td></td> 458 <td></td>
455 </tr> 459 </tr>
456 <tr> 460 <tr>
457 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td> 461 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
496 for various systems follow. 500 for various systems follow.
497 </p> 501 </p>
498 502
499 <h3>Debian</h3> 503 <h3>Debian</h3>
500 504
501 <pre>aptitude install -R bash bzip2 g++ make sed openssl \ 505 <pre>aptitude install -R bash bzip2 cmake g++ make sed openssl \
502 patch perl scons unzip wget</pre> 506 patch perl scons unzip wget</pre>
503 507
504 <p> 508 <p>
505 On 64-bit Debian, install also: 509 On 64-bit Debian, install also:
506 </p> 510 </p>
507 <pre>aptitude install -R g++-multilib</pre> 511 <pre>aptitude install -R g++-multilib</pre>
508 512
509 <h3>FreeBSD</h3> 513 <h3>FreeBSD</h3>
510 514
511 <pre>pkg_add -r bash gmake gsed perl scons unzip wget</pre> 515 <pre>pkg_add -r bash cmake gmake gsed perl scons unzip wget</pre>
512 516
513 <p> 517 <p>
514 On 64-bit FreeBSD, 518 On 64-bit FreeBSD,
515 there are open issues with the NSIS package. 519 there are open issues with the NSIS package.
516 </p> 520 </p>
517 521
518 <h3>Frugalware</h3> 522 <h3>Frugalware</h3>
519 523
520 <pre>pacman-g2 -S bash bzip2 gcc make sed openssl \ 524 <pre>pacman-g2 -S bash bzip2 cmake gcc make sed openssl \
521 patch perl scons unzip wget</pre> 525 patch perl scons unzip wget</pre>
522 526
523 <p> 527 <p>
524 On 64-bit Frugalware, 528 On 64-bit Frugalware,
525 there are open issues with the NSIS package. 529 there are open issues with the NSIS package.
532 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a> 536 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
533 and 537 and
534 <a href="http://www.macports.org/">MacPorts</a>, 538 <a href="http://www.macports.org/">MacPorts</a>,
535 then run: 539 then run:
536 </p> 540 </p>
537 <pre>sudo port install gmake gsed scons wget</pre> 541 <pre>sudo port install cmake gmake gsed scons wget</pre>
538 542
539 <h3>MacOS 10.6</h3> 543 <h3>MacOS 10.6</h3>
540 544
541 <p> 545 <p>
542 Install 546 Install
543 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a> 547 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
544 and 548 and
545 <a href="http://www.macports.org/">MacPorts</a>, 549 <a href="http://www.macports.org/">MacPorts</a>,
546 then run: 550 then run:
547 </p> 551 </p>
548 <pre>sudo port install gmake gsed scons wget gcc_select 552 <pre>sudo port install cmake gmake gsed scons wget gcc_select
549 sudo gcc_select gcc40</pre> 553 sudo gcc_select gcc40</pre>
550 554
551 <h3>Open Solaris 2009.06</h3> 555 <h3>Open Solaris 2009.06</h3>
552 556
553 <p> 557 <p>
561 565
562 <p> 566 <p>
563 First, install all requirements 567 First, install all requirements
564 that already ship with Solaris: 568 that already ship with Solaris:
565 </p> 569 </p>
566 <pre>pfexec pkg install SUNWgcc SUNWgmake SUNWgsed SUNWgzip \ 570 <pre>pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \
567 SUNWlibm SUNWgpch SUNWunzip SUNWwget</pre> 571 SUNWgzip SUNWlibm SUNWgpch SUNWunzip \
572 SUNWwget</pre>
568 573
569 <p> 574 <p>
570 Then download and install SCons by hand: 575 Then download and install SCons by hand:
571 </p> 576 </p>
572 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz 577 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz