always off for muc roster's horizontal scrollbar
[psi.git] / INSTALL
blob2837d354bca6bf3d749781e40afa73be708b8752
1 Installation
2 ------------
4 -=[ Linux / Unix ]=-
6   For instructions on how to build and install Psi on Unix systems, see 
7   the 'Compiling' section below.
9 -=[ Windows ]=-
11   No installation required for Windows.  You can simply just
12   run the Psi executable.  You might want to move everything into
13   C:\Program Files\Psi
15 -=[ MacOS X ]=-
17   Drag the Psi application file from the disk image into the Applications dir.
20 Compiling
21 ---------
23 Requirements:
24   - Qt 4.4.0
25   - QCA 2.0 or higher. This can either be installed system-wide,
26     or you can use the bundled version found in the 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
33 You can obtain Qt at http://qt.nokia.com/
35 You can obtain QCA at http://delta.affinix.com/qca/
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.