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:
parent
bd4a224051
commit
623edf3bc9
@ -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:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Building i2pd on Windows
|
||||
Building on Windows
|
||||
=========================
|
||||
|
||||
There are two approaches available to build i2pd on Windows. The best
|
||||
|
15
docs/build_requirements.md
Normal file
15
docs/build_requirements.md
Normal 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.
|
||||
|
@ -1,4 +1,7 @@
|
||||
i2pd cmdline options
|
||||
i2pd configuration
|
||||
==================
|
||||
|
||||
Command line options
|
||||
--------------------
|
||||
|
||||
* --host= - The external IP (deprecated).
|
||||
|
@ -22,6 +22,7 @@ Contents:
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
build_requirements
|
||||
build_notes_unix
|
||||
build_notes_windows
|
||||
configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user