0

I have been informed by the program that it needs an update but have no idea how to do this. I have only installed Ubuntu this morning and have managed just about everything else but I am stumped with this one.

I have got a INSTALL file and it says this...

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 
A J
  • 11,557
SciFiKriss
  • 91
  • 2
  • 7

2 Answers2

1

I got an answer from the writers... :D

Hi, unfortunately the new version of Converseen isn't available for Ubuntu 14.04 so you may need to wait until the maintainer of the package updates it.

As a second option you might try to use the Ubuntu Handbook PPA that should contain the updated version of the program:
sudo add-apt-repository ppa:ubuntuhandbook1/apps sudo apt-get update sudo apt-get install converseen

I hope this answers the question... not tried it yet.

karel
  • 122,292
  • 133
  • 301
  • 332
SciFiKriss
  • 91
  • 2
  • 7
0

I suppose you could just remove it and then reinstall it, that should work if you download straight from the offical website because it would download anything needed. Thats the first thing I try when problems arise and it works almost 90% of the time!

Tator_Soldier
  • 63
  • 2
  • 5