mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* reorganize docs in build-notes*.md
This commit is contained in:
parent
d8510ead43
commit
8e1687e7b3
8 changed files with 21 additions and 25 deletions
14
docs/building/requirements.md
Normal file
14
docs/building/requirements.md
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue