To compile Converseen you need Qt4 and Magick++ development libraries with the gnu c++ compiler.
Download Converseen, extract the archive content, enter directory and build the executable.
Run "qmake" (version 4) to generate Makefile and then, run "make" to build the executable.
To install Converseen on you system you run "make install" as root:
 
 tar -xvf converseen_0.x_src-tar.bz2
 cd converseen_0.x
 qmake && make
 su
 make install 
