Files
i2p.i2p/Slackware/README

71 lines
1.6 KiB
Plaintext
Raw Normal View History

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, the I2P
Monotone servers are *the* authoritative source.
Public Git repositories hosting the I2P source and managed by I2P project team members include
2014-06-11 19:24:58 +00:00
- https://github.com/i2p/i2p.i2p
- http://git.repo.i2p/w/i2p.i2p.git (mirrored from Github)
- http://sourceforge.net/p/i2p/code/
2014-06-11 19:24:58 +00:00
Tarball
-------
The latest stable release is always available from the I2P homepage at
https://geti2p.net/get/.
This SlackBuild
===============
Requirements
-------------
The following are needed to build the i2p package:
* jre >= 6
* jdk >= 6
* gettext
* apache-ant >= 1.7.1
2009-02-01 07:51:38 +00:00
If you don't care about bundling the translations, the gettext requirement can
be avoided by adding -Drequire.gettext=false to the ant lines in
i2p/i2p.SlackBuild
A JRE >= v6 is the only requirement to run I2P.
Building
--------
As the root user, run either $I2PSRC/Slackware/i2p/i2p.SlackBuild or `ant slackpkg` to create a package
in $I2PSRC/Slackware/i2p which can be installed using the Slackware packaging tools.
2014-06-11 19:24:58 +00:00
See also
========
Please also take a look at
* i2p/README
* eepget(1)
* i2prouter(1)
* http://i2p-projekt.i2p / https://geti2p.net
2014-06-11 19:24:58 +00:00
for additional information and tips.