mirror of https://github.com/PurpleI2P/i2pd.git
hagen
8 years ago
8 changed files with 21 additions and 25 deletions
@ -1,15 +0,0 @@ |
|||||||
Build requirements |
|
||||||
============ |
|
||||||
|
|
||||||
Linux/FreeBSD/OSX |
|
||||||
----------------- |
|
||||||
|
|
||||||
GCC 4.7 or newer, Boost 1.49 or newer, openssl, zlib. Clang can be used instead of GCC. |
|
||||||
|
|
||||||
Windows |
|
||||||
------- |
|
||||||
|
|
||||||
VS2013 (known to work with 12.0.21005.1 or newer), Boost 1.46 or newer, |
|
||||||
crypto++ 5.62. See Win32/README-Build.txt for instructions on how to build i2pd |
|
||||||
and its dependencies. |
|
||||||
|
|
@ -0,0 +1,14 @@ |
|||||||
|
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) |
Loading…
Reference in new issue