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 [2009/04/26 13:31] 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.1.tar.gz +http://downloads.sourceforge.net/psi/psi-0.14.tar.gz
- +
-[[http://kratz00.org/files/remove_whirlpool_usage.patch|remove_whirlpool_usage.patch]]+
  
 Required: [[software:qt4]], [[software:qca]] Required: [[software:qt4]], [[software:qca]]
  
 <code> <code>
-patch -p0 -i ../remove_whirlpool_usage.patch && 
 ./configure --prefix=/usr && ./configure --prefix=/usr &&
 make make
Line 18: Line 15:
  
 ==== PSI with OTR support ==== ==== 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-20080905.diff+Required patch to enable plugin support: http://public.tfh-berlin.de/~s30935/files/psi-plugin-patch-20091212.diff
  
 <code> <code>
-patch -p0 -i ../remove_whirlpool_usage.patch && +patch -p1 -i ../psi-plugin-patch-20091212.diff && 
-patch -p0 -i ../psi-plugin-patch-20080905.diff && +./configure --prefix=/usr --enable-plugins &&
-./configure --prefix=/usr && +
-echo -e "DEFINES += PSI_PLUGINS\nCONFIG += psi_plugins" >> conf.pri &&+
 make make
 </code> </code>
 +
 +<code>
 +make install
 +</code>
 +
 == PSI OTR plugin == == PSI OTR plugin ==
-http://public.tfh-berlin.de/~s30935/ 
  
-http://public.tfh-berlin.de/~s30935/files/psi-otr-0.4.tar.gz+http://public.tfh-berlin.de/~s30935/files/psi-otr-0.5.tar.gz
  
 Required: [[software:qt4]] and [[software:libotr]] Required: [[software:qt4]] and [[software:libotr]]
  
 <code> <code>
-sed -ie s'/OTRL_VERSION_MINOR==1/OTRL_VERSION_MINOR>=1/' src/otrconnection.cpp && 
 qmake && qmake &&
 make make
software/psi.1240745510.txt.gz · Last modified: 2009/04/26 13:31 by kratz00