User Tools

Site Tools


software:psi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:psi [2008/09/03 19:58] kratz00software:psi [2009/12/20 20:46] (current) kratz00
Line 1: Line 1:
 http://psi-im.org/ http://psi-im.org/
  
-http://ovh.dl.sourceforge.net/sourceforge/psi/psi-0.12.tar.gz+http://downloads.sourceforge.net/psi/psi-0.14.tar.gz
  
 Required: [[software:qt4]], [[software:qca]] Required: [[software:qt4]], [[software:qca]]
Line 12: Line 12:
 <code> <code>
 make install make install
 +</code>
 +
 +==== PSI with OTR support ====
 +http://public.tfh-berlin.de/~s30935/
 +
 +Required patch to enable plugin support: http://public.tfh-berlin.de/~s30935/files/psi-plugin-patch-20091212.diff
 +
 +<code>
 +patch -p1 -i ../psi-plugin-patch-20091212.diff &&
 +./configure --prefix=/usr --enable-plugins &&
 +make
 +</code>
 +
 +<code>
 +make install
 +</code>
 +
 +== PSI OTR plugin ==
 +
 +http://public.tfh-berlin.de/~s30935/files/psi-otr-0.5.tar.gz
 +
 +Required: [[software:qt4]] and [[software:libotr]]
 +
 +<code>
 +qmake &&
 +make
 +</code>
 +
 +<code>
 +install -m 0755 -d /usr/share/psi/plugins &&
 +install -m 0755 libpsi-otr.so /usr/share/psi/plugins/
 </code> </code>
software/psi.1220464720.txt.gz · Last modified: 2008/09/03 19:58 by kratz00