Browse Source

Added requirements page

pull/3/head
Darknet Villain 7 years ago
parent
commit
c2f344ae40
  1. 15
      docs/devs/building/requirements.md
  2. 2
      docs/user-guide/install.md
  3. 2
      mkdocs.yml

15
docs/devs/building/requirements.md

@ -0,0 +1,15 @@ @@ -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)

2
docs/user-guide/install.md

@ -4,7 +4,7 @@ Installing @@ -4,7 +4,7 @@ Installing
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

2
mkdocs.yml

@ -22,7 +22,7 @@ pages: @@ -22,7 +22,7 @@ pages:
- Filesharing: tutorials/filesharing.md
- Using RetroShare with i2pd: tutorials/retroshare.md
- Developer Section:
- Building from source:
- Building from source: devs/building/requirements.md
- Unix: devs/building/unix.md
- Windows: devs/building/windows.md
- Android: devs/building/android.md

Loading…
Cancel
Save