comparison doc/index.html @ 700:5b7a653e959e

mention the distributions at the top of section "Requirements"
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 11:51:56 +0100
parents b930f92b1f77
children b54c211a4b1f
comparison
equal deleted inserted replaced
699:4c4e4591f94f 700:5b7a653e959e
25 padding-left: 2em; 25 padding-left: 2em;
26 } 26 }
27 li, dt { 27 li, dt {
28 margin-bottom: 0.8em; 28 margin-bottom: 0.8em;
29 } 29 }
30 #authors-list li { 30 .compact-list li {
31 margin-bottom: 0em; 31 margin-bottom: 0em;
32 } 32 }
33 .usage dt { 33 .usage dt {
34 font-family: monospace; 34 font-family: monospace;
35 } 35 }
476 476
477 <div class="section"> 477 <div class="section">
478 <h2 id="requirements">Requirements</h2> 478 <h2 id="requirements">Requirements</h2>
479 479
480 <p> 480 <p>
481 Mingw-cross-env requires a recent Unix system 481 Mingw-cross-env requires a recent Unix system where
482 where the following components are installed: 482 all components as stated in the table below
483 </p> 483 are installed.
484 Detailed instructions are available for:
485 </p>
486
487 <ul class="compact-list">
488 <li><a href="#requirements-debian">Debian</a></li>
489 <li><a href="#requirements-freebsd">FreeBSD</a></li>
490 <li><a href="#requirements-frugalware">Frugalware</a></li>
491 <li><a href="#requirements-macos">MacOS</a></li>
492 <li><a href="#requirements-solaris">Solaris</a></li>
493 </ul>
484 494
485 <table> 495 <table>
486 <tr> 496 <tr>
487 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td> 497 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
488 <td>≥ 2.50</td> 498 <td>≥ 2.50</td>
560 <td><a href="http://www.gnu.org/software/wget/">Wget</a></td> 570 <td><a href="http://www.gnu.org/software/wget/">Wget</a></td>
561 <td></td> 571 <td></td>
562 </tr> 572 </tr>
563 </table> 573 </table>
564 574
565 <p> 575 <h3 id="requirements-debian">Debian</h3>
566 Detailed installation instructions
567 for various systems follow.
568 </p>
569
570 <h3>Debian</h3>
571 576
572 <!-- http://www.debian.org/distrib/packages#search_packages --> 577 <!-- http://www.debian.org/distrib/packages#search_packages -->
573 <pre>aptitude install -R autoconf automake bash bison bzip2 \ 578 <pre>aptitude install -R autoconf automake bash bison bzip2 \
574 cmake flex g++ make sed libtool \ 579 cmake flex g++ make sed libtool \
575 openssl patch perl pkg-config scons \ 580 openssl patch perl pkg-config scons \
578 <p> 583 <p>
579 On 64-bit Debian, install also: 584 On 64-bit Debian, install also:
580 </p> 585 </p>
581 <pre>aptitude install -R g++-multilib</pre> 586 <pre>aptitude install -R g++-multilib</pre>
582 587
583 <h3>FreeBSD</h3> 588 <h3 id="requirements-freebsd">FreeBSD</h3>
584 589
585 <!-- http://www.freebsd.org/ports/ --> 590 <!-- http://www.freebsd.org/ports/ -->
586 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \ 591 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
587 gsed libtool perl pkg-config scons unzip wget</pre> 592 gsed libtool perl pkg-config scons unzip wget</pre>
588 593
589 <p> 594 <p>
590 On 64-bit FreeBSD, 595 On 64-bit FreeBSD,
591 there are open issues with the NSIS package. 596 there are open issues with the NSIS package.
592 </p> 597 </p>
593 598
594 <h3>Frugalware</h3> 599 <h3 id="requirements-frugalware">Frugalware</h3>
595 600
596 <!-- http://www.frugalware.org/packages --> 601 <!-- http://www.frugalware.org/packages -->
597 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \ 602 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
598 flex gcc make sed libtool openssl patch perl \ 603 flex gcc make sed libtool openssl patch perl \
599 pkgconfig scons unzip wget</pre> 604 pkgconfig scons unzip wget</pre>
601 <p> 606 <p>
602 On 64-bit Frugalware, 607 On 64-bit Frugalware,
603 there are open issues with the NSIS package. 608 there are open issues with the NSIS package.
604 </p> 609 </p>
605 610
606 <h3>MacOS X (≤ 10.5)</h3> 611 <h3 id="requirements-macos">MacOS 10.6</h3>
607 612
608 <p> 613 <p>
609 Install 614 Install
610 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a> 615 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
611 and 616 and
612 <a href="http://www.macports.org/">MacPorts</a>, 617 <a href="http://www.macports.org/">MacPorts</a>,
613 then run: 618 then run:
614 </p> 619 </p>
615 <!-- http://www.macports.org/ports.php --> 620 <!-- http://www.macports.org/ports.php -->
616 <pre>sudo port install autoconf automake bison cmake flex \ 621 <pre>sudo port install autoconf automake bison cmake flex \
617 gmake gsed libtool pkgconfig scons wget</pre> 622 gmake gsed libtool pkgconfig scons wget \
618 623 gcc_select
619 <h3>MacOS 10.6</h3> 624 sudo gcc_select gcc40</pre>
625
626 <h3>MacOS X (≤ 10.5)</h3>
620 627
621 <p> 628 <p>
622 Install 629 Install
623 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a> 630 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
624 and 631 and
625 <a href="http://www.macports.org/">MacPorts</a>, 632 <a href="http://www.macports.org/">MacPorts</a>,
626 then run: 633 then run:
627 </p> 634 </p>
628 <!-- http://www.macports.org/ports.php --> 635 <!-- http://www.macports.org/ports.php -->
629 <pre>sudo port install autoconf automake bison cmake flex \ 636 <pre>sudo port install autoconf automake bison cmake flex \
630 gmake gsed libtool pkgconfig scons wget \ 637 gmake gsed libtool pkgconfig scons wget</pre>
631 gcc_select 638
632 sudo gcc_select gcc40</pre> 639 <h3 id="requirements-solaris">Open Solaris 2009.06</h3>
633
634 <h3>Open Solaris 2009.06</h3>
635 640
636 <p> 641 <p>
637 Open Solaris seems to have a problem with Binutils 2.20. 642 Open Solaris seems to have a problem with Binutils 2.20.
638 It should work if you 643 It should work if you
639 downgrade mingw-cross-env's Binutils to 2.19 by hand. 644 downgrade mingw-cross-env's Binutils to 2.19 by hand.
770 </div> 775 </div>
771 776
772 <div class="section"> 777 <div class="section">
773 <h2 id="copyright">Copyright © 2009, 2010</h2> 778 <h2 id="copyright">Copyright © 2009, 2010</h2>
774 779
775 <ul id="authors-list"> 780 <ul id="authors-list" class="compact-list">
776 </ul> 781 </ul>
777 782
778 <p>(contact via the 783 <p>(contact via the
779 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p> 784 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
780 785