mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
46 lines
1.3 KiB
Markdown
46 lines
1.3 KiB
Markdown
i2pd
|
|
====
|
|
[![Build status](https://ci.appveyor.com/api/projects/status/458fhbki14gaplyj/branch/openssl?svg=true)](https://ci.appveyor.com/project/mlt/i2pd/branch/openssl)
|
|
|
|
|
|
I2P router written in C++
|
|
Contains all ongoing changes from https://bitbucket.org/orignal/i2pd/src
|
|
|
|
License
|
|
-------
|
|
|
|
This project is licensed under the BSD 3-clause license, which can be found in the file
|
|
LICENSE in the root of the project source code.
|
|
|
|
Donations
|
|
---------
|
|
|
|
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
|
|
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
|
|
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z
|
|
|
|
Downloads
|
|
------------
|
|
|
|
Official binary releases could be found at:
|
|
http://i2pd.website/releases/
|
|
older releases
|
|
http://download.i2p.io/purplei2p/i2pd/releases/
|
|
|
|
|
|
Build Statuses
|
|
---------------
|
|
|
|
- Linux x64 - [![Build Status](https://jenkins.greyhat.no/buildStatus/icon?job=i2pd-linux)](https://jenkins.nordcloud.no/job/i2pd-linux/)
|
|
- Linux ARM - To be added
|
|
- Mac OS X - Got it working, but not well tested. (Only works with clang, not GCC.)
|
|
- Microsoft VC13 - To be added
|
|
|
|
More documentation
|
|
------------------
|
|
|
|
* [Building from source / unix](docs/build_notes_unix.md)
|
|
* [Building from source / windows](docs/build_notes_windows.md)
|
|
* [Configuring your i2pd](docs/configuration.md)
|
|
* [Github wiki](https://github.com/PurpleI2P/i2pd/wiki/)
|