head 1.2; access; symbols PSI_0_8_7:1.1; locks; strict; comment @# @; 1.2 date 2003.06.17.15.40.12; author swiergot; state dead; branches; next 1.1; 1.1 date 2003.04.08.11.37.59; author swiergot; state Exp; branches; next ; desc @@ 1.2 log @- Use official source distribution. - Added optflags patch. @ text @Psi QSSL Plugin --------------- Date: June 28th, 2002 Author: Justin Karneges infiniti@@affinix.com QSSL is a plugin that allows Psi to utilize OpenSSL. Installation ------------ If this is a source package, then you need to compile before installing. Skip down to the "Compiling" section in that case. Otherwise, simply copy the plugin into either your Psi install directory or $HOME/.psi directory. cp libqssl.so /usr/local/psi That's all! Restart Psi and SSL should work. Compiling --------- Compiling requires Qt 3.x and OpenSSL 0.9.6b or higher. To build: % qmake qssl.pro % make If you get an error running qmake, then you don't have a proper Qt 3.x development environment set up. If the compile succeeds, then return to the Installation instructions. @ 1.1 log @- Commited new sources from Psi CVS. - Let's call it version 1.1 :-) @ text @@ .