comparison doc/index.html @ 695:b930f92b1f77

use the natively installed pkg-config instead of building a custom pkg-config
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 10:00:58 +0100
parents 8562d568a07a
children 5b7a653e959e
comparison
equal deleted inserted replaced
694:b13dba692138 695:b930f92b1f77
542 <tr> 542 <tr>
543 <td><a href="http://www.perl.org/">Perl</a></td> 543 <td><a href="http://www.perl.org/">Perl</a></td>
544 <td></td> 544 <td></td>
545 </tr> 545 </tr>
546 <tr> 546 <tr>
547 <td><a href="http://pkg-config.freedesktop.org/">Pkg-config</a></td>
548 <td>≥ 0.16</td>
549 <td></td>
550 </tr>
551 <tr>
547 <td><a href="http://www.scons.org/">SCons</a></td> 552 <td><a href="http://www.scons.org/">SCons</a></td>
548 <td>≥ 0.98</td> 553 <td>≥ 0.98</td>
549 </tr> 554 </tr>
550 <tr> 555 <tr>
551 <td><a href="http://www.info-zip.org/UnZip.html">UnZip</a></td> 556 <td><a href="http://www.info-zip.org/UnZip.html">UnZip</a></td>
565 <h3>Debian</h3> 570 <h3>Debian</h3>
566 571
567 <!-- http://www.debian.org/distrib/packages#search_packages --> 572 <!-- http://www.debian.org/distrib/packages#search_packages -->
568 <pre>aptitude install -R autoconf automake bash bison bzip2 \ 573 <pre>aptitude install -R autoconf automake bash bison bzip2 \
569 cmake flex g++ make sed libtool \ 574 cmake flex g++ make sed libtool \
570 openssl patch perl scons unzip wget</pre> 575 openssl patch perl pkg-config scons \
576 unzip wget</pre>
571 577
572 <p> 578 <p>
573 On 64-bit Debian, install also: 579 On 64-bit Debian, install also:
574 </p> 580 </p>
575 <pre>aptitude install -R g++-multilib</pre> 581 <pre>aptitude install -R g++-multilib</pre>
576 582
577 <h3>FreeBSD</h3> 583 <h3>FreeBSD</h3>
578 584
579 <!-- http://www.freebsd.org/ports/ --> 585 <!-- http://www.freebsd.org/ports/ -->
580 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \ 586 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
581 gsed libtool perl scons unzip wget</pre> 587 gsed libtool perl pkg-config scons unzip wget</pre>
582 588
583 <p> 589 <p>
584 On 64-bit FreeBSD, 590 On 64-bit FreeBSD,
585 there are open issues with the NSIS package. 591 there are open issues with the NSIS package.
586 </p> 592 </p>
588 <h3>Frugalware</h3> 594 <h3>Frugalware</h3>
589 595
590 <!-- http://www.frugalware.org/packages --> 596 <!-- http://www.frugalware.org/packages -->
591 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \ 597 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
592 flex gcc make sed libtool openssl patch perl \ 598 flex gcc make sed libtool openssl patch perl \
593 scons unzip wget</pre> 599 pkgconfig scons unzip wget</pre>
594 600
595 <p> 601 <p>
596 On 64-bit Frugalware, 602 On 64-bit Frugalware,
597 there are open issues with the NSIS package. 603 there are open issues with the NSIS package.
598 </p> 604 </p>
606 <a href="http://www.macports.org/">MacPorts</a>, 612 <a href="http://www.macports.org/">MacPorts</a>,
607 then run: 613 then run:
608 </p> 614 </p>
609 <!-- http://www.macports.org/ports.php --> 615 <!-- http://www.macports.org/ports.php -->
610 <pre>sudo port install autoconf automake bison cmake flex \ 616 <pre>sudo port install autoconf automake bison cmake flex \
611 gmake gsed libtool scons wget</pre> 617 gmake gsed libtool pkgconfig scons wget</pre>
612 618
613 <h3>MacOS 10.6</h3> 619 <h3>MacOS 10.6</h3>
614 620
615 <p> 621 <p>
616 Install 622 Install
619 <a href="http://www.macports.org/">MacPorts</a>, 625 <a href="http://www.macports.org/">MacPorts</a>,
620 then run: 626 then run:
621 </p> 627 </p>
622 <!-- http://www.macports.org/ports.php --> 628 <!-- http://www.macports.org/ports.php -->
623 <pre>sudo port install autoconf automake bison cmake flex \ 629 <pre>sudo port install autoconf automake bison cmake flex \
624 gmake gsed libtool scons wget gcc_select 630 gmake gsed libtool pkgconfig scons wget \
631 gcc_select
625 sudo gcc_select gcc40</pre> 632 sudo gcc_select gcc40</pre>
626 633
627 <h3>Open Solaris 2009.06</h3> 634 <h3>Open Solaris 2009.06</h3>
628 635
629 <p> 636 <p>
641 </p> 648 </p>
642 <!-- http://pkg.opensolaris.org/release/en/search.shtml --> 649 <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
643 <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \ 650 <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
644 SUNWbison SUNWcmake SUNWflexlex SUNWgcc \ 651 SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
645 SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \ 652 SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \
646 SUNWlibm SUNWgpch SUNWunzip SUNWwget</pre> 653 SUNWlibm SUNWgpch SUNWgnome-common-devel \
654 SUNWunzip SUNWwget</pre>
647 655
648 <p> 656 <p>
649 Then download and install SCons by hand: 657 Then download and install SCons by hand:
650 </p> 658 </p>
651 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz 659 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz