User Tools

Site Tools


en:debian

This is an old revision of the document!


Psi+ on Debian Linux

In debian testing and sid and in the ubuntu packages are in the official repositories.

sudo apt-get install psi-plus psi-plus-plugins psi-plus-icons psi-plus-skins

What may be needed and how to build?

Your system may not be libqca-qt5 and Qt>=5.6.0. If you do not - they must be installed prior to build.

Install packages to build Psi +. Installed once at the first build:

$ sudo apt install build-essential cmake git libhunspell-dev libidn11-dev libminizip-dev libotr5-dev libqca2-dev libqca-qt5-2-dev libqt5multimedia5-plugins libqt5svg5-dev libqt5webkit5-dev libqt5x11extras5-dev libsignal-protocol-c-dev libssl-dev libtidy-dev libxss-dev pkg-config qt5keychain-dev qt5-qmake qtbase5-dev qtmultimedia5-dev qttools5-dev

Download and build psi+ from source code

$ git clone --depth=1 https://github.com/psi-plus/psi-plus-snapshots 
$ mkdir psi-plus-snapshots/build
$ cd psi-plus-snapshots/build
$ cmake -DCHAT_TYPE=basic -DENABLE_PLUGINS=ON .. # or ../configure --qtselect=5 --disable-keychain
$ make -j5
$ sudo make install 
$ cd ../../
$ rm -rf psi-plus-snapshots # remove not needed anymore source directory

Emoticons, moods and other iconsets

Just use downloader plugin. For manual install take a look at https://github.com/psi-im/resources

Finally

Enjoy ;-)

$ psi-plus
en/debian.1574112859.txt.gz · Last modified: 2019/11/18 21:34 by rion

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki