User Tools

Site Tools


software:psi

This is an old revision of the document!


http://psi-im.org/

http://ovh.dl.sourceforge.net/sourceforge/psi/psi-0.12.1.tar.gz

remove_whirlpool_usage.patch

Required: qt4, qca

patch -p0 -i ../remove_whirlpool_usage.patch &&
./configure --prefix=/usr &&
make
make install

PSI with OTR support

Required patch to enable plugin support: http://public.tfh-berlin.de/~s30935/files/psi-plugin-patch-20080905.diff

patch -p0 -i ../remove_whirlpool_usage.patch &&
patch -p0 -i ../psi-plugin-patch-20080905.diff &&
./configure --prefix=/usr &&
echo -e "DEFINES += PSI_PLUGINS\nCONFIG += psi_plugins" >> conf.pri &&
make
PSI OTR plugin

http://public.tfh-berlin.de/~s30935/

http://public.tfh-berlin.de/~s30935/files/psi-otr-0.4.tar.gz

Required: qt4 and libotr

sed -ie s'/OTRL_VERSION_MINOR==1/OTRL_VERSION_MINOR>=1/' src/otrconnection.cpp &&
qmake &&
make
install -m 0755 -d /usr/share/psi/plugins &&
install -m 0755 libpsi-otr.so /usr/share/psi/plugins/
software/psi.1240745510.txt.gz · Last modified: 2009/04/26 13:31 by kratz00