=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- backlite =-=-=-=-=-=-=-=-=-=-=-=-=

backlite is a lite version of k9copy that can run without all the KDE stuff.
It means that it hasn't dependencies with KDE libraries and can be built without them.
The only dependencies are with QT4 and libmpeg2.
This software was created for users who don't use k9copy because they don't want to install any KDE library.
The encoding features will not be reported from k9copy to backlite. People who wants to use these features have to install k9copy (and have a great desktop experience with KDE4 ;-) )

how to install:

by default, backlite will be installed in /usr/local/....
if you want to install in an other directory (/usr /proc ...), you can set the PREFIX variable

$ qmake "PREFIX=/usr" backlite.pro
$ make
$ make install

the "make install" must be run as root in order to install backlite in the system directories


