Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-backports > by-pkgid > 893eef631c8a2c8517c841c94ad93683 > files > 14

converseen-0.4.9-1mdv2010.2.i586.rpm

To compile Converseen you need Qt4, Magick++ development libraries, cmake and the gnu c++ compiler.
Download Converseen, extract the archive content, enter directory and build the executable using these commands:

 
 tar -xvf converseen_0.x-tar.bz2
 cd converseen_0.x
 mkdir build
 cd build
 cmake ..
 make
 su
 make install