Browse Source

Requirement of C++17

pull/99/head
orignal 3 months ago committed by GitHub
parent
commit
684895756a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/devs/building/requirements.md

2
docs/devs/building/requirements.md

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

Loading…
Cancel
Save