Skip to content

Commit 1167699

Browse files
committed
Remove outdated documentation.
1 parent 9524d9c commit 1167699

File tree

6 files changed

+31
-394
lines changed

6 files changed

+31
-394
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ New in 2.0 (UNRELEASED)
3030
by Qt developers but does not work properly and conflicts with Psi settings)
3131
- Grand code refactoring
3232

33+
New in 1.5
34+
- Backported fixes to various bugs/crashes from the master branch
35+
- Fixed compatibility with Qt 5.15
36+
3337
New in 1.4
3438
- Fixed reconnection on Stream Management resume failure
3539
- Fixed compatibility with Qt >= 5.10

INSTALL

+27-19
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,41 @@
11
Installation
22
------------
33

4-
-=[ Linux / Unix ]=-
4+
See "Packages and installers" section in README.html or README.md
55

6-
For instructions on how to build and install Psi on Unix systems, see
7-
the 'Compiling' section below.
86

9-
-=[ Windows ]=-
107

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
8+
Build from sources
9+
------------------
1410

15-
-=[ MacOS X ]=-
11+
[ Common ]
1612

17-
Drag the Psi application file from the disk image into the Applications dir.
13+
To be written...
1814

15+
[ Linux ]
1916

20-
Compiling
21-
---------
17+
To be written...
2218

23-
Requirements:
24-
- Qt 5.x.x
25-
- QCA 2.1.3 or higher.
19+
[ macOS ]
2620

27-
You can obtain Qt at https://www.qt.io/download/
21+
See: mac/build-using-homebrew.sh
2822

29-
You can obtain QCA at https://userbase.kde.org/QCA
23+
[ Windows ]
24+
25+
To be written...
26+
27+
28+
29+
Useful links
30+
------------
31+
32+
* Build scripts for packages in Debian:
33+
https://salsa.debian.org/xmpp-team/psi
34+
https://salsa.debian.org/xmpp-team/psi-plus
35+
36+
* Build scripts for package in Haiku:
37+
https://github.com/haikuports/haikuports/tree/master/net-im/psi_plus
38+
39+
* Scripts for building of portable builds for Windows:
40+
https://github.com/psi-plus/maintenance/tree/master/scripts/win32/cross-compilation-using-mxe
3041

31-
For information about building Psi on Unix, see doc/build-unix.txt.
32-
For information about building Psi on Mac OS X, see doc/build-mac.txt.
33-
For information about building Psi on Windows, see doc/build-win.txt.

README

-198
This file was deleted.

doc/build-mac.txt

-22
This file was deleted.

doc/build-unix.txt

-75
This file was deleted.

0 commit comments

Comments
 (0)