source: psi/trunk/INSTALL@ 7

Last change on this file since 7 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 817 bytes
Line 
1Installation
2------------
3
4-=[ Linux / Unix ]=-
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.
13
14-=[ Windows ]=-
15
16 No installation required for Windows. You can simply just
17 run the Psi executable. You might want to move everything into
18 C:\Program Files\Psi
19
20-=[ MacOS X ]=-
21
22 Just run the Psi "executable package" thing. No installation required.
23
24
25Compiling
26---------
27
28Requirements:
29 - Qt 3.1.0 *mulithreaded*, nothing less!
30 - QCA 1.0 or compatible
31 - zlib 1.1.4 or compatible
32
33You can obtain Qt at http://www.trolltech.com/
34You can obtain QCA at http://delta.affinix.com/qca/
35
36Note: For information about building Psi on Mac or Windows, see
37build-mac.txt or build-win.txt
38
Note: See TracBrowser for help on using the repository browser.