Remove boost references

This commit is contained in:
Nicolas Werner 2024-09-06 23:43:21 +02:00
parent d1eb351975
commit 1baf583f15
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -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