diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-17 13:21:35 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-21 15:34:53 +0200 |
commit | a0cc4eaf6af6f047e32713b2926f784fa4087a64 (patch) | |
tree | 93719f7ab80d85480639303a49bbd846d2363087 /README.md | |
parent | 82e23011e0336a719fe3f2c003496d112bc5ca65 (diff) | |
download | libquotient-a0cc4eaf6af6f047e32713b2926f784fa4087a64.tar.gz libquotient-a0cc4eaf6af6f047e32713b2926f784fa4087a64.zip |
Bump required Olm version to 3.2.5
This is the earliest version shipping olm/error.h. Conversely, stock
libolm that comes with Ubuntu 20.04 (version 3.1.3) is no more enough
so CI completely switches to jammy now.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ your application, as described below. - GCC 11 (Windows, Linux, macOS), Clang 11 (Linux), Apple Clang 12 (macOS) and Visual Studio 2019 (Windows) are the oldest officially supported. - If using E2EE (beta, as of libQuotient 0.7): - - libolm 3.x (the latest 3.x strongly recommended) + - libolm 3.2.5 or newer (the latest 3.x strongly recommended) - OpenSSL (1.1.x is known to work; 3.x should likely work too). - Any build system that works with CMake should be fine: GNU Make and ninja on any platform, NMake and jom on Windows are known to work. |