Installation from the distribution tarball
==========================================

Simply

  ./configure [ --with-kde ] [--with-gnome ] [--with-wmaker]
  make
  make install

should do the work.

Then you need to run

  xkbseldb -R


The configure is tested on RH 6.x only and most probably
will not work on a non-glibc system. If you have some
problems, send me details of your setup (distribution,
version, libc version) and generated config.status,
config.cache and config.log.

Some systems (at least RH 6.2) installs Qt 2.x, sets
QTDIR to it, but installs KDE wanting Qt 1.x. The
configure tries to check for it, but this is not
very robust - you eventually need to use --with-qt-dir
and eventually remove config.{cache,log,status} first.


CVS installation
================

It is not that simple to bootstrap exclusively from the CVS
I recommend to download one distribution (e.g. from
ftp://ftp.penguin.cz/pub/users/stano/i18n)
and then do update from CVS.

If you absolutely want to do the bootstrap,
you need recent automake, autoconf and possibly
other tools. Then run

  ./autogen.sh [ --with-kde ] [--with-gnome ] [--with-wmaker]

This should generate all needed data.


Enjoy
				Stanislav Meduna
				stano@trillian.eunet.sk

