summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-03-08 17:49:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-03-08 17:49:53 (GMT)
commitbb5a3d08df2cfda6e4980b484a8e140af8f8fe91 (patch)
treed0f00419d53f602fc63daf72dcf38a6412c24e7a /doc
parent59de30932f0a6828155e7790758983ed84c4174d (diff)
downloadmxe-bb5a3d08df2cfda6e4980b484a8e140af8f8fe91.zip
mxe-bb5a3d08df2cfda6e4980b484a8e140af8f8fe91.tar.gz
mxe-bb5a3d08df2cfda6e4980b484a8e140af8f8fe91.tar.bz2
state some prerequisites for mingw_cross_env in the README
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html30
1 files changed, 27 insertions, 3 deletions
diff --git a/doc/README.html b/doc/README.html
index a5cf472..f3a9712 100644
--- a/doc/README.html
+++ b/doc/README.html
@@ -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>