2014-06-11 19:24:58 +00:00
|
|
|
Getting the sources
|
|
|
|
===================
|
2009-02-01 07:51:38 +00:00
|
|
|
|
2014-06-11 19:24:58 +00:00
|
|
|
Monotone
|
|
|
|
--------
|
2009-02-01 07:51:38 +00:00
|
|
|
|
2014-06-11 19:24:58 +00:00
|
|
|
The bleeding-edge source code is available both within and outside of I2P. The
|
|
|
|
I2P project uses Monotone to maintain the codebase.
|
2009-02-01 07:51:38 +00:00
|
|
|
|
2014-06-11 19:24:58 +00:00
|
|
|
Information on retrieving the source with monotone is available within I2P at
|
|
|
|
http://i2p-projekt.i2p/monotone and from the internet at https://geti2p.net/monotone.
|
|
|
|
|
|
|
|
Monotone 1.0 Slackbuilds are available at http://slackbuilds.org/.
|
|
|
|
|
|
|
|
Git
|
|
|
|
---
|
|
|
|
|
|
|
|
Git is also an option to retrieve the I2P source code. That said, Monotone is *the*
|
|
|
|
authoritative source. Known Git repositories with the I2P source include
|
|
|
|
|
|
|
|
- https://github.com/i2p/i2p.i2p
|
|
|
|
- http://git.repo.i2p/w/i2p.i2p.git (mirrored from Github)
|
|
|
|
- http://sourceforge.net/p/i2p/code/
|
|
|
|
|
|
|
|
Tarball
|
|
|
|
-------
|
|
|
|
|
|
|
|
The latest stable release is always available from the I2P homepage at
|
|
|
|
https://geti2p.net/get/.
|
|
|
|
|
|
|
|
Building the SlackBuild
|
|
|
|
=======================
|
|
|
|
|
|
|
|
The following is needed to build the i2p and i2p-base packages:
|
2009-02-01 07:51:38 +00:00
|
|
|
|
|
|
|
bash >= 3.1.017
|
2014-06-11 19:24:58 +00:00
|
|
|
jre >= 7u55
|
|
|
|
jdk >= 7u55
|
2009-02-01 07:51:38 +00:00
|
|
|
apache-ant >= 1.7.1
|
2009-02-02 01:22:31 +00:00
|
|
|
|
2014-06-11 19:24:58 +00:00
|
|
|
See also
|
|
|
|
========
|
2009-02-02 01:22:31 +00:00
|
|
|
|
|
|
|
i2p/readme.txt
|
|
|
|
|
|
|
|
AND
|
|
|
|
|
|
|
|
i2p-base/readme.txt
|
|
|
|
|
2014-06-11 19:24:58 +00:00
|
|
|
for additional information and tips.
|