aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhite_Rabbit <bruno@tracciabi.li>2017-11-16 11:50:37 +0100
committerWhite_Rabbit <bruno@tracciabi.li>2017-11-16 11:50:37 +0100
commit10123a295ceae7b8a8aa49a6cd7eb7af92cee5e7 (patch)
tree44211a72f2f923830290461c6cf6c897f145d42b
parent1a53f61998407013719fdabdcff4ead3e9715340 (diff)
downloadpurple-matrix-10123a295ceae7b8a8aa49a6cd7eb7af92cee5e7.tar.gz
[README] Add Ubuntu pre-built binaries. Fixes #58
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 87ccc81..00d6821 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,22 @@ v0.12.0-rc1 or later is sufficient.
# Installation
-Currently there are no pre-built binaries, so the plugin needs to be built
+Pre-built binaries are available for Ubuntu since version 17.04 (Zesty Zapus).
+You should be able to install them giving the following commands in a terminal
+window:
+
+```
+sudo apt update
+sudo apt install purple-matrix
+```
+
+For other GNU/Linux systems the plugin needs to be built
from source.
You will need development headers/libraries for the following:
* libpurple 2.x [libpurple-dev]
* libjson-glib [libjson-glib-dev]
-* libglib [libglib-dev (or libglib2.0-dev on ubuntu 16.04 xenial)]
+* libglib [libglib-dev (or libglib2.0-dev on Ubuntu 16.04 xenial)]
* libhttp_parser [libhttp-parser-dev].
You should then be able to: