mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-08-29 15:12:24 +00:00
Added requirements page
This commit is contained in:
parent
4695223cb7
commit
c2f344ae40
15
docs/devs/building/requirements.md
Normal file
15
docs/devs/building/requirements.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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](https://github.com/zaphoyd/websocketpp/) (for websocket ui)
|
@ -4,7 +4,7 @@ Installing
|
|||||||
Building from source
|
Building from source
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
See developer section documentation for how to build i2pd from source on your OS.
|
See [developer section documentation](../devs/building/requirements.md) for how to build i2pd from source on your OS.
|
||||||
|
|
||||||
|
|
||||||
Windows, Android, Mac OS X
|
Windows, Android, Mac OS X
|
||||||
|
@ -22,7 +22,7 @@ pages:
|
|||||||
- Filesharing: tutorials/filesharing.md
|
- Filesharing: tutorials/filesharing.md
|
||||||
- Using RetroShare with i2pd: tutorials/retroshare.md
|
- Using RetroShare with i2pd: tutorials/retroshare.md
|
||||||
- Developer Section:
|
- Developer Section:
|
||||||
- Building from source:
|
- Building from source: devs/building/requirements.md
|
||||||
- Unix: devs/building/unix.md
|
- Unix: devs/building/unix.md
|
||||||
- Windows: devs/building/windows.md
|
- Windows: devs/building/windows.md
|
||||||
- Android: devs/building/android.md
|
- Android: devs/building/android.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user