forked from psi-im/psi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
33 lines (21 loc) · 807 Bytes
/
INSTALL
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
Installation
------------
-=[ Linux / Unix ]=-
For instructions on how to build and install Psi on Unix systems, see
the 'Compiling' section below.
-=[ Windows ]=-
No installation required for Windows. You can simply just
run the Psi executable. You might want to move everything into
C:\Program Files\Psi
-=[ MacOS X ]=-
Drag the Psi application file from the disk image into the Applications dir.
Compiling
---------
Requirements:
- Qt 5.x.x
- QCA 2.1.3 or higher.
You can obtain Qt at https://www.qt.io/download/
You can obtain QCA at https://userbase.kde.org/QCA
For information about building Psi on Unix, see doc/build-unix.txt.
For information about building Psi on Mac OS X, see doc/build-mac.txt.
For information about building Psi on Windows, see doc/build-win.txt.