From 2abbf6d5e73ce856a85bdbeae4e7c4898e0efd64 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sat, 20 Feb 2010 23:30:42 +0100 Subject: improved installation instructions for Open Solaris (by Tony Theodore) --- doc/index.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/doc/index.html b/doc/index.html index 2c953df..b1660a2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -489,7 +489,7 @@ USE_OSGPLUGIN(<plugin2>)
  • FreeBSD
  • Frugalware
  • MacOS
  • -
  • Solaris
  • +
  • Open Solaris
  • @@ -637,11 +637,11 @@ sudo gcc_select gcc40 gmake gsed libtool openssl pkgconfig \ scons wget -

    Open Solaris 2009.06

    +

    Open Solaris 2009.06

    Open Solaris does not fulfill the requirements. - Two requirements are hopelessly outdated (M4, Autoconf) + Two requirements are hopelessly outdated (M4, Autoconf) (*), and one requirement is not provided at all (SCons). In addition, due to a bug in its LibC, Open Solaris is unable to run some tools of Binutils 2.20. @@ -650,9 +650,10 @@ sudo gcc_select gcc40

    - Downgrade mingw-cross-env's Binutils to 2.19 by hand. - (A better solution needs yet to be found.) + Downgrade mingw-cross-env's Binutils to 2.19 by hand:

    +
    wget http://hg.savannah.gnu.org/hgweb/mingw-cross-env/raw-file/a69aa7de9d10/src/binutils.mk
    +mv binutils.mk /where mingw-cross-env is installed/src/

    Install all requirements @@ -674,7 +675,7 @@ pfexec ln -s automake-1.10 /usr/bin/automake

    Edit your .bashrc script to add /usr/local/bin to $PATH, - and restart the Bash: + and start a new shell session:

    export PATH=/where mingw-cross-env is installed/usr/bin:/usr/local/bin:$PATH
    @@ -704,6 +705,14 @@ cd scons-1.2.0 python setup.py build pfexec python setup.py install cd .. + +

    + (*) If you are using the + development repository, + M4 and Autoconf will meet the requirements. + However, recent versions of bash (4+) from this source + will cause certain builds to fail. +

    -- cgit v0.12