diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-05-27 07:08:38 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-05-27 07:08:38 (GMT) |
commit | 35e282eae09d5e5cce79943b2774f8295b2e507d (patch) | |
tree | 4ad8d1fe2a00ea61b1fec5e66e4fc7a2eecfab34 | |
parent | 86410a44443ea3b4ae699d732e3aa45d9160a9ca (diff) | |
download | mxe-35e282eae09d5e5cce79943b2774f8295b2e507d.zip mxe-35e282eae09d5e5cce79943b2774f8295b2e507d.tar.gz mxe-35e282eae09d5e5cce79943b2774f8295b2e507d.tar.bz2 |
improved installation notes (by Tony Theodore)
-rw-r--r-- | doc/index.html | 18 |
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(<plugin2>) 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(<plugin2>) </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> |