From 35e282eae09d5e5cce79943b2774f8295b2e507d Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Thu, 27 May 2010 09:08:38 +0200 Subject: improved installation notes (by Tony Theodore) --- doc/index.html | 18 +++++++++++++++--- 1 file 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

+ 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 @@ USE_OSGPLUGIN(<plugin2>)

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)

-- cgit v0.12