aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Teunissen <jannis@teunissen.net>2019-05-01 22:21:00 +0200
committerJannis Teunissen <jannis@teunissen.net>2019-05-01 22:21:00 +0200
commitf7b3faa33e94bbd5e40dcd07980c9e82751cc659 (patch)
tree7aa5b3a10e23ace705e8f778ef76e3e2b8a27eb7
parentc0be644d82e659f11b7bd7679342cd14bacddbb5 (diff)
downloadpurple-matrix-f7b3faa33e94bbd5e40dcd07980c9e82751cc659.tar.gz
Add instructions for non-root installation and without libolm
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 546fa37..5b6355e 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,8 @@ You will need development headers/libraries for the following:
* libjson-glib [libjson-glib-dev]
* libglib [libglib-dev (or libglib2.0-dev on Ubuntu 16.04 xenial)]
* libhttp_parser [libhttp-parser-dev].
+* sqlite3 [libsqlite3-dev]
+* libolm [libolm-dev] (if not available, compile with `make MATRIX_NO_E2E=1`)
You should then be able to:
@@ -54,6 +56,9 @@ make
sudo make install
```
+If you do not have root access, you can simply copy `libmatrix.so` into
+`~/.purple/plugins`.
+
You will then need to restart Pidgin, after which you should be able to add a
'Matrix' account.