mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Bump boost requirement to 1.76
std::hash specialisations for boost::asio structures is required.
This commit is contained in:
parent
da4f2c2439
commit
180e708f3c
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ project(qBittorrent
|
||||||
)
|
)
|
||||||
|
|
||||||
# version requirements - older versions may work, but you are on your own
|
# version requirements - older versions may work, but you are on your own
|
||||||
set(minBoostVersion 1.71)
|
set(minBoostVersion 1.76)
|
||||||
set(minQt6Version 6.5.0)
|
set(minQt6Version 6.5.0)
|
||||||
set(minOpenSSLVersion 1.1.1)
|
set(minOpenSSLVersion 1.1.1)
|
||||||
set(minLibtorrent1Version 1.2.19)
|
set(minLibtorrent1Version 1.2.19)
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -3,7 +3,7 @@ qBittorrent - A BitTorrent client in C++ / Qt
|
||||||
|
|
||||||
1) Install these dependencies:
|
1) Install these dependencies:
|
||||||
|
|
||||||
- Boost >= 1.71
|
- Boost >= 1.76
|
||||||
|
|
||||||
- libtorrent-rasterbar 1.2.19 - 1.2.x || 2.0.9 - 2.0.x
|
- libtorrent-rasterbar 1.2.19 - 1.2.x || 2.0.9 - 2.0.x
|
||||||
* By Arvid Norberg, https://www.libtorrent.org/
|
* By Arvid Norberg, https://www.libtorrent.org/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue