
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://orzel.freehackers.org


OPALE REQUIREMENTS
---------------------
kde >= 3.2 is needed to run this application

To compile Opale, the kde development packages are
needed: kdelibs-devel, kdebase-devel

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>

