summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 02:43:36 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 02:43:36 +0200
commit00f251753e41bd1c65f9e4160fe5b267ce8385ba (patch)
treed1292f8b6b89b511ec920ce272c3092591b438fc /README.md
parentFix tags going missing if you join communities (diff)
downloadnheko-00f251753e41bd1c65f9e4160fe5b267ce8385ba.tar.xz
Use coeurl for networking
Something is still wrong on shutdown, need to debug that.
And CI will fail.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9904ebd8..801716bd 100644
--- a/README.md
+++ b/README.md
@@ -136,10 +136,10 @@ choco install nheko-reborn
 - Qt5 (5.12 or greater). Required for overlapping hover handlers in Qml.
 - CMake 3.15 or greater. (Lower version may work, but may break boost linking)
 - [mtxclient](https://github.com/Nheko-Reborn/mtxclient)
+- [coeurl](https://nheko.im/nheko-reborn/coeurl)
 - [LMDB](https://symas.com/lightning-memory-mapped-database/)
 - [lmdb++](https://github.com/hoytech/lmdbxx)
 - [cmark](https://github.com/commonmark/cmark) 0.29 or greater.
-- Boost 1.70 or greater.
 - [libolm](https://gitlab.matrix.org/matrix-org/olm)
 - [spdlog](https://github.com/gabime/spdlog)
 - [GStreamer](https://gitlab.freedesktop.org/gstreamer) 1.18.0 or greater (optional, needed for VoIP support).
@@ -163,7 +163,6 @@ If you experience build issues and you are trying to link `mtxclient` library wi
 
 The bundle flags are currently:
 
-- USE_BUNDLED_BOOST
 - USE_BUNDLED_SPDLOG
 - USE_BUNDLED_OLM
 - USE_BUNDLED_GTEST
@@ -173,7 +172,9 @@ The bundle flags are currently:
 - USE_BUNDLED_MTXCLIENT
 - USE_BUNDLED_LMDB
 - USE_BUNDLED_LMDBXX
-- USE_BUNDLED_TWEENY
+- USE_BUNDLED_COEURL
+- USE_BUNDLED_LIBCURL
+- USE_BUNDLED_LIBEVENT
 
 A note on bundled OpenSSL: You need to explicitly enable it and it will not be using your system certificate directory by default, if you enable it. You need to override that at runtime with the SSL_CERT_FILE variable. On Windows it will still be using your system certificates though, since it loads them from the system store instead of the OpenSSL directory.