From 5614499c765f2a9e3b31abdb4facf47141eac1d3 Mon Sep 17 00:00:00 2001 From: Peter Parkkali Date: Sun, 5 Feb 2023 14:42:34 +0200 Subject: [PATCH] readme: document required Debian packages for pip installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 47916d8..ab2f043 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ provide a package building from source is required. Please refer to the Olm [readme](https://gitlab.matrix.org/matrix-org/olm/blob/master/README.md) to see how to build the C library from source. +On Debian 11, use the following to satisfy dependencies: + + # For the 'pantalaimon' pip: + sudo apt-get install libolm3 libolm-dev + # For the 'pantalaimon[ui]' pip: + sudo apt-get install pkg-config libcairo2-dev python3-dev python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libdbus-1-dev + Installing pantalaimon works like usually with python packages: python setup.py install