mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
446 B
446 B
Build requirements
In general, for building i2pd you need several things:
- compiler with c++11 support (for example: gcc >= 4.7, 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)
- websocketpp (for websocket ui)