INSTALL
-=-=-=-

for install and build the program, you requires the Qt 4.2

delete the old version (see below)

unarchive the .tar file and go to glpeces-4.0 directory :

> gunzip glpeces-4.0.tar.gz
> tar xvf glpeces-4.0.tar
> cd glpeces-4.0


compile the program

> qmake glpeces.pro
> make

(optionnally make qmake PREFIX=/opt to install the program in the
/opt directory)

copy the program to the install directory 

> su
> make install


clean the new creates files 

> make clean

UNINSTALL
-=-=-=-=-

if you have change the install directory (in the install.sh file), firts
 change the install directory in the uninstall.sh file

>su
>make uninstall

you should manually remove the glpeces directory in the .config users home
directory.
