1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-02-10 13:54:13 +00:00
i2pd_docs_en/docs/devs/building/requirements.md

15 lines
384 B
Markdown
Raw Permalink Normal View History

2017-01-30 08:32:22 -05:00
Build requirements
==================
In general, for building i2pd you need several things:
2024-11-25 18:05:03 -05:00
* compiler with c++17 full support (for example: gcc >= 8, clang)
* boost >= 1.66
2024-08-22 09:34:23 -04:00
* openssl library >= 1.1.0
2017-01-30 08:32:22 -05:00
* zlib library (openssl already depends on it)
Optional tools:
* cmake >= 2.8 (or 3.3+ if you want to use precompiled headers on windows)
2023-03-14 12:10:31 -04:00
* miniupnp library (for upnp support)