Browse Source

Update requirements

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

4
docs/devs/building/requirements.md

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

Loading…
Cancel
Save