source: psi/trunk/INSTALL.original@ 150

Last change on this file since 150 was 68, checked in by dmik, 19 years ago

Psi: Renamed original Psi 0.10 readme files to *.original.

File size: 988 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-=[ eComStation / OS/2 ]=-
21
22 For automatic installation, just use the provided WarpIn archive.
23 For manual installation instructions, refer to the Readme-OS2.txt file.
24
25-=[ MacOS X ]=-
26
27 Just run the Psi "executable package" thing. No installation required.
28
29
30Compiling
31---------
32
33Requirements:
34 - Qt 3.1.0 *mulithreaded*, nothing less!
35 - QCA 1.0 or compatible
36 - zlib 1.1.4 or compatible
37
38You can obtain Qt at http://www.trolltech.com/
39You can obtain QCA at http://delta.affinix.com/qca/
40
41Note: For information about building Psi on Mac or Windows, see
42build-mac.txt or build-win.txt
43
Note: See TracBrowser for help on using the repository browser.