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

Simply

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

should do the work.

Then you need to run

  xkbseldb -R


The configure is tested on RH 6.0 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.


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.stano/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 ]

This should generate all needed data.


Enjoy
				Stanislav Meduna
				stano@trillian.eunet.sk

