Hi,

here is the KBE tool which can be help us with prepare KDE for
Solaris. It contains gnu autotools which are needed for build KDE.
Please keep in mind it is alpha version. It's not original by me. It's
based on JDE CBE which have guys from GNOME (JDS team). I have had
just slightly modify and expand those tools.

All tools are going to /opt/kdebld install (it can be modified during
installation steps). During installation process pkgbuild tool create
SVR4 packages for all those tools (then it easy to maintain).

Please feel free to try it. It could be very helpful and then we will
everybody have same build environment. I started with KBE just for me
myself. I would like to have simple build environment which could be
maintain easy.

I have AMD64 (Sun Ultra 20m2) only for testing. Feedback from builds
on sparc machines is welcome.

Stefan, if you don't agree with this or it is against KDE Solaris
philosophy then you could delete kbe from svn repository.

Here is list of included tools

        - pkgbuild 1.2.0
        - GNU make 3.81
        - GNU m4 1.4.5
        - GNU automake 1.9.6 and 1.10
        - GNU autoconf 2.61
        - GNU libtool 1.5.24
        - GNU gettext 0.16.1 (with libiconv support)
        - GNU libiconv 1.11 (with gettext support)
        - ncurses wide 5.5 (ncurses with wide character support)
        - GNU sed 4.1.5
        - GNU awk 3.1.6
        - GNU flex 2.5.33
        - GNU bison 2.3
        - subversion 1.3.2
        - Apache ant 1.6.5
        - GNU coreutils 6.9
        - cvs 1.12.5
        - GNU diffutils 2.8.1
        - cmake 2.4.7
        - vim 7.1
        - rsync 2.6.9

        Optional package:
        - rsync 2.6.9


How to install
==========

Fetch from svn repo

http://svn2.cvsdude.com/kdesolaris/trunk/kbe

  Note: you don't need root access for installing the KBE or building
  KDE anymore, but the build user needs to have the 'Software
  Installation' profile. In a typical case, you just need to add

     user_name::::profiles=Software Installation

  to /etc/user_attr.


Then you can run
=============
./kbe-install


You can check which tools are installed
=============================
pkginfo |grep KBE


Uninstall
=======
./kbe-remove


How to use the KDE KBE
===================

  - Log in as the build user you specified when installing the KBE.
  - Set up your environment to use the KDE KBE, by sourcing the env.sh or
    the env.csh script (depending on your shell) located in <kbe_prefix>/bin:

    If your shell is sh, ksh, bash or zsh, type

      . <kbe_prefix>/bin/env.sh

    if your shell is csh or tcsh, type

      source <kbe_prefix>/bin/env.csh

-- 
Lukas Oboril

When dealing with people, let us remember we are not dealing with
creatures of logic. We are dealing with creatures of emotions,
creatures bristling with prejudices and motivated by pride and vanity.
  Dale Carnegie

Reply via email to