1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-23 09:14:13 +00:00

Tuning docs for Sphinx

This commit is contained in:
libre-net-society 2016-01-12 07:18:17 +03:00
parent bd4a224051
commit 623edf3bc9
5 changed files with 23 additions and 19 deletions

View File

@ -1,20 +1,5 @@
Requirements
============
Linux/FreeBSD/OSX
-----------------
GCC 4.6 or newer, Boost 1.46 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.
Build notes
===========
Building on Unix systems
=============================
Common build/install process from sources:

View File

@ -1,4 +1,4 @@
Building i2pd on Windows
Building on Windows
=========================
There are two approaches available to build i2pd on Windows. The best

View File

@ -0,0 +1,15 @@
Build requirements
============
Linux/FreeBSD/OSX
-----------------
GCC 4.6 or newer, Boost 1.46 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.

View File

@ -1,4 +1,7 @@
i2pd cmdline options
i2pd configuration
==================
Command line options
--------------------
* --host= - The external IP (deprecated).

View File

@ -22,6 +22,7 @@ Contents:
.. toctree::
:maxdepth: 2
build_requirements
build_notes_unix
build_notes_windows
configuration