File: README

package info (click to toggle)
qssl 2.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 72 kB
  • ctags: 120
  • sloc: cpp: 802; makefile: 63
file content (39 lines) | stat: -rw-r--r-- 797 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Psi QSSL Plugin v2
------------------
Date: June 6th, 2003

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/share/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.