1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-01-26 06:25:27 +00:00
i2pd_docs_en/docs/devs/building/requirements.md
2023-03-14 12:10:31 -04:00

372 B

Build requirements

In general, for building i2pd you need several things:

  • compiler with c++11 support (for example: gcc >= 4.8, clang)
  • boost >= 1.49
  • openssl library
  • zlib library (openssl already depends on it)

Optional tools:

  • cmake >= 2.8 (or 3.3+ if you want to use precompiled headers on windows)
  • miniupnp library (for upnp support)