Requirement of C++17

revert-104-patch-6
orignal 2024-09-02 10:35:56 -04:00 committed by GitHub
parent e45e4cf196
commit e9e01ac6a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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