
Opale is a very simple, easy to use, personnal account manager for KDE.

The official homepage is http://labs.freehackers.org/projects/show/opale

Design & Coding:
----------------
Thomas Capricelli <orzel@freehackers.org>
http://www.freehackers.org/ozel


OPALE REQUIREMENTS
---------------------
You need to have Qt-4 (tested : 4.1, 4.2).
Optionally, if you want KDE integration, you need KDE >= 4.2.

If you intend to compile it by yourself, with most linux distribution
you will need the "-devel" packages for Qt (and KDE).

COMPILATION / INSTALLATION
--------------------------

The recommanded way to compile and install is
	mkdir build
	cd build
	cmake .. -DCMAKE_INSTALL_PREFIX=$KDEDIR
	make
	sudo make install

Enjoy Opale
Thomas Capricelli <orzel@freehackers.org>

