From 4494ba22b479917f0b1f96a3019792d3d75bcff1 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 6 Jun 2019 20:25:20 +0900 Subject: add add'l package 'libgcrypt20-dev' necessary for building on Ubuntu Linux (#97) This is the package needed for building `purple-matrix` on Ubuntu 16.04+. Also removed trailing whitespace. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b6355e..0f7461c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ libpurple-based clients (such as [Pidgin](http://www.pidgin.im)). # Status This project is somewhat alpha, and only basic functionality has been -implemented. Sending and receiving simple text messages is supported, as is +implemented. Sending and receiving simple text messages is supported, as is joining rooms you are invited to by other users. The following are not yet supported: @@ -19,7 +19,7 @@ The following are not yet supported: * Account registration * Room topics * Voice/video calling - + The following are in progress: * End-To-End encryption via Olm ([ticket](https://github.com/matrix-org/purple-matrix/issues/18)) * [Decyption is supported but not encryption](https://github.com/matrix-org/purple-matrix/issues/18#issuecomment-410336278) @@ -48,6 +48,7 @@ You will need development headers/libraries for the following: * libhttp_parser [libhttp-parser-dev]. * sqlite3 [libsqlite3-dev] * libolm [libolm-dev] (if not available, compile with `make MATRIX_NO_E2E=1`) +* libgcrypt [libgcrypt20-dev] (if not available, compile with `make MATRIX_NO_E2E=1`) You should then be able to: @@ -79,7 +80,7 @@ You will then need to restart Pidgin, after which you should be able to add a # Usage -* Open the 'Manage accounts' dialog (under the 'Accounts' menu) and click +* Open the 'Manage accounts' dialog (under the 'Accounts' menu) and click 'Add'. * If the plugin was loaded successfully, you will be able to select 'Matrix' from the 'Protocol' dropdown. -- cgit