1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-01-25 22:14:23 +00:00

boost >= 1.66

This commit is contained in:
orignal 2024-11-25 18:05:03 -05:00 committed by GitHub
parent 1a24dcd427
commit 99e4d01fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@ Build requirements
In general, for building i2pd you need several things:
* compiler with c++17 support (for example: gcc >= 7, clang)
* boost >= 1.62
* compiler with c++17 full support (for example: gcc >= 8, clang)
* boost >= 1.66
* openssl library >= 1.1.0
* zlib library (openssl already depends on it)