summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-27 07:08:38 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-27 07:08:38 (GMT)
commit35e282eae09d5e5cce79943b2774f8295b2e507d (patch)
tree4ad8d1fe2a00ea61b1fec5e66e4fc7a2eecfab34 /doc
parent86410a44443ea3b4ae699d732e3aa45d9160a9ca (diff)
downloadmxe-35e282eae09d5e5cce79943b2774f8295b2e507d.zip
mxe-35e282eae09d5e5cce79943b2774f8295b2e507d.tar.gz
mxe-35e282eae09d5e5cce79943b2774f8295b2e507d.tar.bz2
improved installation notes (by Tony Theodore)
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 8a8906a..ecf1bec 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -611,8 +611,20 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
pkg-config scons unzip wget</pre>
<p>
+ Ensure that /usr/local/bin preceeds /usr/bin in your $PATH:
+ </p>
+ <p>
+ For C style shells, edit .cshrc
+ <pre>setenv PATH /usr/local/bin:$PATH</pre>
+ For Bourne shells, edit .profile
+ <pre>export PATH = /usr/local/bin:$PATH</pre>
+ </p>
+ <p>
On 64-bit FreeBSD,
- there are open issues with the NSIS package.
+ there are open issues with the NSIS package. To allow the
+ remainder of mingw-cross-env to build, simply remove the
+ package:
+ <pre>rm <em>where mingw-cross-env is unpacked</em>/src/nsis.mk</pre>
</p>
<h3 id="requirements-frugalware">Frugalware</h3>
@@ -638,8 +650,8 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</p>
<!-- http://www.macports.org/ports.php -->
<pre>sudo port install autoconf automake bison cmake flex \
- gmake gsed libtool openssl pkgconfig \
- scons wget gcc_select
+ gsed libtool openssl pkgconfig scons \
+ wget gcc_select
sudo gcc_select gcc40</pre>
<h3>MacOS X (≤ 10.5)</h3>