From 1baf583f154df6c4d7822528ec9e700819539989 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 6 Sep 2024 23:43:21 +0200 Subject: [PATCH] Remove boost references --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df828294..713b8700 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ KDE has similar plugins, that can extend the supported image types even more. ### Build Requirements - Qt6 (6.5 or greater). Required for overlapping hover handlers in Qml. -- CMake 3.15 or greater. (Lower version may work, but may break boost linking) +- CMake 3.15 or greater. - [mtxclient](https://github.com/Nheko-Reborn/mtxclient) - [coeurl](https://nheko.im/nheko-reborn/coeurl) - [LMDB](https://www.symas.com/lmdb) @@ -344,7 +344,6 @@ sudo pacman -S qt6-base \ fontconfig \ lmdb \ cmark \ - boost \ qtkeychain-qt6 ``` @@ -397,7 +396,7 @@ guix environment nheko ```bash brew update -brew install qt6 lmdb cmake llvm spdlog boost cmark libolm qtkeychain +brew install qt6 lmdb cmake llvm spdlog cmark libolm qtkeychain ``` #### Windows