summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-04 20:51:10 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-04 20:51:10 (GMT)
commit39d05867f97430d07aa285a9d667fdf4ded85326 (patch)
tree95db5341ae6499d79d5ace6ace14ed0dad146944 /doc/index.html
parentb439f1f026692d80d18a5973b3f3ae664170160b (diff)
downloadmxe-39d05867f97430d07aa285a9d667fdf4ded85326.zip
mxe-39d05867f97430d07aa285a9d667fdf4ded85326.tar.gz
mxe-39d05867f97430d07aa285a9d667fdf4ded85326.tar.bz2
add hints about where to find the exact package names for various platforms
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index e89a14d..ce693f9 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -529,6 +529,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<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 @@ sudo gcc_select gcc40</pre>
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>