changeset 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
files doc/index.html
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Thu Feb 04 17:51:41 2010 +0100
+++ b/doc/index.html	Thu Feb 04 21:51:10 2010 +0100
@@ -529,6 +529,7 @@
 
     <h3>Debian</h3>
 
+    <!-- http://www.debian.org/distrib/packages#search_packages -->
     <pre>aptitude install -R bash bzip2 cmake g++ make sed openssl \
                     patch perl scons unzip wget</pre>
 
@@ -539,6 +540,7 @@
 
     <h3>FreeBSD</h3>
 
+    <!-- http://www.freebsd.org/ports/ -->
     <pre>pkg_add -r bash cmake gmake gsed perl scons unzip wget</pre>
 
     <p>
@@ -548,6 +550,7 @@
 
     <h3>Frugalware</h3>
 
+    <!-- http://www.frugalware.org/packages -->
     <pre>pacman-g2 -S bash bzip2 cmake gcc make sed openssl \
              patch perl scons unzip wget</pre>
 
@@ -565,6 +568,7 @@
     <a href="http://www.macports.org/">MacPorts</a>,
     then run:
     </p>
+    <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install cmake gmake gsed scons wget</pre>
 
     <h3>MacOS 10.6</h3>
@@ -576,6 +580,7 @@
     <a href="http://www.macports.org/">MacPorts</a>,
     then run:
     </p>
+    <!-- http://www.macports.org/ports.php -->
     <pre>sudo port install cmake gmake gsed scons wget gcc_select
 sudo gcc_select gcc40</pre>
 
@@ -594,6 +599,7 @@
     First, install all requirements
     that already ship with Solaris:
     </p>
+    <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
     <pre>pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \
                    SUNWgzip SUNWlibm SUNWgpch SUNWunzip \
                    SUNWwget</pre>