diff -r f431dc1795b3 doc/index.html --- a/doc/index.html Wed May 26 11:24:19 2010 +0200 +++ b/doc/index.html Thu May 27 15:08:56 2010 +1000 @@ -611,8 +611,20 @@ pkg-config scons unzip wget

+ Ensure that /usr/local/bin preceeds /usr/bin in your $PATH: +

+

+ For C style shells, edit .cshrc +

setenv PATH /usr/local/bin:$PATH
+ For Bourne shells, edit .profile +
export PATH = /usr/local/bin:$PATH
+

+

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: +

rm where mingw-cross-env is unpacked/src/nsis.mk

Frugalware

@@ -638,8 +650,8 @@

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

MacOS X (≤ 10.5)