mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Remove boost references
This commit is contained in:
parent
d1eb351975
commit
1baf583f15
1 changed files with 2 additions and 3 deletions
|
@ -276,7 +276,7 @@ KDE has similar plugins, that can extend the supported image types even more.
|
||||||
### Build Requirements
|
### Build Requirements
|
||||||
|
|
||||||
- Qt6 (6.5 or greater). Required for overlapping hover handlers in Qml.
|
- 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)
|
- [mtxclient](https://github.com/Nheko-Reborn/mtxclient)
|
||||||
- [coeurl](https://nheko.im/nheko-reborn/coeurl)
|
- [coeurl](https://nheko.im/nheko-reborn/coeurl)
|
||||||
- [LMDB](https://www.symas.com/lmdb)
|
- [LMDB](https://www.symas.com/lmdb)
|
||||||
|
@ -344,7 +344,6 @@ sudo pacman -S qt6-base \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
lmdb \
|
lmdb \
|
||||||
cmark \
|
cmark \
|
||||||
boost \
|
|
||||||
qtkeychain-qt6
|
qtkeychain-qt6
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -397,7 +396,7 @@ guix environment nheko
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew update
|
brew update
|
||||||
brew install qt6 lmdb cmake llvm spdlog boost cmark libolm qtkeychain
|
brew install qt6 lmdb cmake llvm spdlog cmark libolm qtkeychain
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
Loading…
Reference in a new issue