Source code
You can get Converseen source code here: converseen-0.9.9.6.tar.bz2 or on GitHub.
In order to compile Converseen you need Qt5 and Magick++ development libraries with the gnu c++ compiler.
Download Converseen, extract the archive content, enter directory and build the executable.
tar -xvf converseen_0.x-tar.bz2
cd converseen_0.x
mkdir build
cd build
cmake .. (to install on /usr/local/) or cmake -DCMAKE_INSTALL_PREFIX=/usr .. (to install on /usr/)
make
su
make install
Flatpak
You can get the Flatpak package from here.
In order to install the Flatpak package:
flatpak install flathub net.fasterland.converseen
Run:
flatpak run net.fasterland.converseen
Fedora installation
You can install Converseen on Fedora using the official repository:
# yum install converseen
Ubuntu installation:
Ubuntu installation
From Ubuntu 14.04 Trusty Tahr, Converseen is available via the default repositories, so you can install it through these commands or through the Ubuntu Software Center (watch the video):
$ sudo apt-get update
$ sudo apt-get install converseen
Alternative repository:
$ sudo add-apt-repository ppa:ubuntuhandbook1/apps
$ sudo apt-get update
$ sudo apt-get install converseen
Opensuse Installation
You can install Converseen on OpenSuse using the 1-Click install, searching it on YaST or using this command:
zypper install converseen
Arch Linux and Chakra
You can install Converseen on Arch Linux or Chakra through pacman:
# pacman -Sy converseen
Mageia installation
You can install Converseen on Mageia via Mageia Control Center or with:
# urpmi converseen