~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
-=[ Linux / Unix ]=-
5
5
 
6
 
  $ ./configure
7
 
  $ make
8
 
  # make install
9
 
 
10
 
  Once installed, launch the program by running "psi".
11
 
 
12
 
  For more details about compiling, refer to the "Compiling" section below. 
 
6
  For instructions on how to build and install Psi on Unix systems, see 
 
7
  the 'Compiling' section below.
13
8
 
14
9
-=[ Windows ]=-
15
10
 
19
14
 
20
15
-=[ MacOS X ]=-
21
16
 
22
 
  Just run the Psi "executable package" thing.  No installation required.
 
17
  Drag the Psi application file from the disk image into the Applications dir.
23
18
 
24
19
 
25
20
Compiling
26
21
---------
27
22
 
28
23
Requirements:
29
 
  - Qt 3.1.0 *mulithreaded*, nothing less!
30
 
  - QCA 1.0 or compatible
31
 
  - zlib 1.1.4 or compatible
 
24
  - Qt 4.2.0
 
25
  - QCA 2.0 beta 4 or higher. This can either be installed system-wide,
 
26
    or you can download the tarball and unpack it in third-party/qca dir
 
27
    of the Psi source tree, and Psi will auto-detect it at configure time. 
 
28
    The different QCA packages should be unpacked in the following locations:
 
29
        - QCA 2.0: third-party/qca/qca
 
30
        - QCA OpenSSL (optional): third-party/qca/qca-openssl
 
31
        - QCA GnuPG (optional): third-party/qca/qca-gnupg
32
32
 
33
33
You can obtain Qt at http://www.trolltech.com/
34
 
You can obtain QCA at http://delta.affinix.com/qca/
35
 
 
36
 
Note: For information about building Psi on Mac or Windows, see
37
 
build-mac.txt or build-win.txt
38
 
 
 
34
 
 
35
You can obtain QCA at http://delta.affinix.com/qca/2.0/beta4
 
36
 
 
37
For information about building Psi on Unix, see doc/build-unix.txt.
 
38
For information about building Psi on Mac OS X, see doc/build-mac.txt.
 
39
For information about building Psi on Windows, see doc/build-win.txt.