aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-09-11 23:45:33 +0200
committerLinus Jahn <lnj@kaidan.im>2022-09-11 23:48:18 +0200
commitca075c67d68b881be27e3cd5512b37410b843618 (patch)
tree641df823ff94354878c94907a375dfd4806fb685 /src
parent321a5d9e8496ffaf2031ed37a508bd125b430125 (diff)
downloadqxmpp-ca075c67d68b881be27e3cd5512b37410b843618.tar.gz
Add note about BUILD_SHARED_LIBS=ON for libomemo-c in omemo readme
Diffstat (limited to 'src')
-rw-r--r--src/omemo/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/omemo/README.md b/src/omemo/README.md
index 1f48e9b3..1367f45c 100644
--- a/src/omemo/README.md
+++ b/src/omemo/README.md
@@ -14,7 +14,7 @@ Dependencies
------------
* [QCA (Qt Cryptographic Architecture)](https://invent.kde.org/libraries/qca)
- * [libomemo-c](https://github.com/dino/libomemo-c)
+ * [libomemo-c](https://github.com/dino/libomemo-c) (built with `-DBUILD_SHARED_LIBS=ON`)
Building
--------