mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
Update README.md
This commit is contained in:
parent
62cf83921b
commit
01dd982587
@ -2,6 +2,7 @@ i2pd
|
|||||||
====
|
====
|
||||||
|
|
||||||
I2P router written in C++
|
I2P router written in C++
|
||||||
|
Mirror of https://bitbucket.org/orignal/i2pd/src
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
@ -14,11 +15,12 @@ Donations
|
|||||||
|
|
||||||
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
|
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
|
||||||
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
|
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
|
||||||
|
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z
|
||||||
|
|
||||||
Requirements for Linux/FreeBSD/OSX
|
Requirements for Linux/FreeBSD/OSX
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
GCC 4.6 or newer, Boost 1.46 or newer, crypto++. Clang can be used instead of
|
GCC 4.6 or newer, Boost 1.46 or newer, openssl, zlib. Clang can be used instead of
|
||||||
GCC.
|
GCC.
|
||||||
|
|
||||||
Requirements for Windows
|
Requirements for Windows
|
||||||
@ -50,7 +52,7 @@ Testing
|
|||||||
First, build it.
|
First, build it.
|
||||||
|
|
||||||
On Ubuntu/Debian based
|
On Ubuntu/Debian based
|
||||||
* sudo apt-get install libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libcrypto++-dev libboost-date-time-dev
|
* sudo apt-get install libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-date-time-dev libssl-dev zlib1g-dev
|
||||||
* $ cd i2pd
|
* $ cd i2pd
|
||||||
* $ make
|
* $ make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user