forked from I2P_Developers/i2p.i2p
updates to SlackBuild READMEs
This commit is contained in:
@ -1,25 +1,45 @@
|
|||||||
ou will need atleast monotone > = 0.41 to get the most recent build source
|
Getting the sources
|
||||||
and connect it to an already running i2p router.
|
===================
|
||||||
|
|
||||||
OR:
|
Monotone
|
||||||
|
--------
|
||||||
|
|
||||||
You may download the actual "stable" source from
|
The bleeding-edge source code is available both within and outside of I2P. The
|
||||||
http://code.google.com/p/i2p/downloads/list
|
I2P project uses Monotone to maintain the codebase.
|
||||||
|
|
||||||
You will need to follwing tools to build the i2p and i2p-base packages:
|
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:
|
||||||
|
|
||||||
bash >= 3.1.017
|
bash >= 3.1.017
|
||||||
requiredbuilder >= 0.16.3 ( http://www.stabellini.net/requiredbuilder.html )
|
jre >= 7u55
|
||||||
jre >= 6u11
|
jdk >= 7u55
|
||||||
jdk >= 6u11
|
|
||||||
apache-ant >= 1.7.1
|
apache-ant >= 1.7.1
|
||||||
perl >= 5.10.0
|
|
||||||
python >= 2.5.2
|
|
||||||
|
|
||||||
Reccomended:
|
See also
|
||||||
monotone >= 0.41 ( http://pkgs.dr.ea.ms )
|
========
|
||||||
|
|
||||||
See also:
|
|
||||||
|
|
||||||
i2p/readme.txt
|
i2p/readme.txt
|
||||||
|
|
||||||
@ -27,4 +47,4 @@ AND
|
|||||||
|
|
||||||
i2p-base/readme.txt
|
i2p-base/readme.txt
|
||||||
|
|
||||||
for information and handy tips.
|
for additional information and tips.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Building:
|
Building:
|
||||||
The i2p package will be installed in /opt/i2p
|
The i2p package will be installed to /opt/i2p
|
||||||
|
|
||||||
If you want to change installation dir, change the variable INSTALL_DIR
|
If you want to change installation dir, change the variable INSTALL_DIR
|
||||||
on i2p.SlackBuild and rebuild the package. You will also need to do the same
|
in i2p.SlackBuild and rebuild the package. You will also need to do the same
|
||||||
in the base-i2p package.
|
in the base-i2p package.
|
||||||
|
|
||||||
Installation and Upgrade:
|
Installation and Upgrade:
|
||||||
@ -22,18 +22,18 @@ shutdown.
|
|||||||
|
|
||||||
How to start I2P:
|
How to start I2P:
|
||||||
|
|
||||||
Start I2P service with-
|
Start the I2P service with-
|
||||||
sh /etc/rc.d/rc.i2p start
|
sh /etc/rc.d/rc.i2p start
|
||||||
|
|
||||||
Now tell your browser to user this proxy: localhost on port 4444 and open
|
Now tell your browser to use this proxy: 127.0.0.1 on port 4444 and open
|
||||||
this page: http://localhost:7657/index.jsp
|
this page: http://127.0.0.1:7657
|
||||||
Here you can configure I2P, watch network status and navigate anonimously.
|
Here you can configure I2P, watch network status and navigate anonymously.
|
||||||
It's suggested to subscribe to various addressbook hosts so that you can
|
It's suggested to subscribe to various addressbook hosts so that you can
|
||||||
get to the many available eepsites and other service on I2P. These are not
|
get to the many available eepsites and other service on I2P. These are not
|
||||||
set up by default for security reasons.
|
set up by default for security reasons.
|
||||||
|
|
||||||
Please see the faqs on http://www.i2p2.i2p/ or http://www.i2p2.de/ on how
|
Please see the faqs at http://i2p-projekt.i2p/faq or https://geti2p.net/faq for information about
|
||||||
to subscribe to the various addressbook services.
|
the various addressbook services.
|
||||||
|
|
||||||
To stop I2P:
|
To stop I2P:
|
||||||
/etc/rc.d/rc.i2p stop
|
/etc/rc.d/rc.i2p stop
|
||||||
@ -41,7 +41,6 @@ To stop I2P:
|
|||||||
|
|
||||||
For any additional information:
|
For any additional information:
|
||||||
|
|
||||||
Within I2P- http://www.i2p2.i2p/, http://forum.i2p/, http://zzz.i2p
|
Within I2P- http://i2p-projekt.i2p/, http://forum.i2p/, http://zzz.i2p
|
||||||
|
|
||||||
Internet (not reccomended!) - http://www.i2p2.de/, http://forum.i2p2.de/
|
|
||||||
|
|
||||||
|
Internet (not reccomended!) - https://geti2p.net/
|
Reference in New Issue
Block a user