diff options
author | Dave Gilbert <dave@treblig.org> | 2018-02-20 18:13:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 18:13:04 +0000 |
commit | 5f72d4fb2e057cb6c3b297f3fde32471a9e2dad3 (patch) | |
tree | 557ca3c8c35d9c2db78d284474b5ea80566d117d | |
parent | 219730aa94d441d96df04b18d4bd237aba91f685 (diff) | |
parent | 10123a295ceae7b8a8aa49a6cd7eb7af92cee5e7 (diff) | |
download | purple-matrix-5f72d4fb2e057cb6c3b297f3fde32471a9e2dad3.tar.gz |
Merge pull request #66 from radiocane/master
[README] Add Ubuntu pre-built binaries. Fixes #58
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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: |