changeset 1008:57ef3b3423be

improved installation notes (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 27 May 2010 09:08:38 +0200
parents 6daf96911c63
children dd58f9605451
files doc/index.html
diffstat 1 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Wed May 26 11:24:19 2010 +0200
+++ b/doc/index.html	Thu May 27 09:08:38 2010 +0200
@@ -611,8 +611,20 @@
            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 @@
     </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>