changeset 293:c54513b44726

state some prerequisites for mingw_cross_env in the README
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 08 Mar 2009 18:49:53 +0100
parents d21deb518fb4
children df463d045d32
files doc/README.html
diffstat 1 files changed, 27 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/README.html	Sun Mar 08 17:32:49 2009 +0100
+++ b/doc/README.html	Sun Mar 08 18:49:53 2009 +0100
@@ -58,9 +58,7 @@
     </p>
 
     <p>
-    The Makefile is designed to run on any Unix system. It also runs
-    partly on MSYS. It needs GNU make (&gt;= 3.81) and GNU sed, so
-    FreeBSD users need the ports textproc/gsed and devel/gmake.
+    The Makefile is designed to run on any Unix system.
     </p>
 
     <p>
@@ -68,6 +66,32 @@
                              >http://www.profv.de/mingw_cross_env/</a>
     </p>
 
+<h2>Prerequisites</h2>
+
+    <dl>
+
+    <dt>Linux</dt>
+    <dd>
+        Install GNU make (&gt;= 3.81), GNU sed and GCC.
+    </dd>
+
+    <dt>FreeBSD</dt>
+    <dd>
+        <pre>pkg_add -r bash gmake gsed wget unzip perl</pre>
+    </dd>
+
+    <dt>MacOS X</dt>
+    <dd>
+        Install
+        <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
+        and
+        <a href="http://www.macports.org/">MacPorts</a>,
+        then run:
+        <pre>sudo port install gmake gsed wget</pre>
+    </dd>
+
+    </dl>
+
 <h2>News</h2>
 
     <dl>