summaryrefslogtreecommitdiffstats
path: root/network/Quaternion/README
diff options
context:
space:
mode:
author Charles Daniels <charles@cdaniels.net>2020-03-14 07:41:17 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-14 07:41:17 +0700
commitdd404c481ec3fb8295eecb08077503dab0c97570 (patch)
treefa21475de843ee53b55eaff3f9c7f1fe0c3b3169 /network/Quaternion/README
parent872c99821a7f4ffe08b492c517a63b8d340a9c6e (diff)
downloadslackbuilds-dd404c481ec3fb8295eecb08077503dab0c97570.tar.gz
slackbuilds-dd404c481ec3fb8295eecb08077503dab0c97570.tar.xz
network/Quaternion: Added (A Qt5-based IM client for Matrix).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/Quaternion/README')
-rw-r--r--network/Quaternion/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/Quaternion/README b/network/Quaternion/README
new file mode 100644
index 0000000000..49c048fa48
--- /dev/null
+++ b/network/Quaternion/README
@@ -0,0 +1,12 @@
+Quaternion is a cross-platform desktop IM client for the Matrix
+protocol.
+
+SlackBuild notes:
+
+* -DUSE_KEYCHAIN=0 is set - I was not able to get Quaternion to use the
+ version of qtkeychain from slackbuilds.org. YMMV.
+
+* -DUSE_INTREE_LIBQMC=0 is set to use the system copy of libQuotient.
+ Using the in-tree version requires the sources to be fetched
+ recursively via git, since it's a submodule. You probably don't want
+ to change this.