zzz d28f4bd24b * JBigI:
- Replace old non-PIC 62-bit linux libs (GMP 4.1.4 built in 2005)
        with PIC libs built with GMP 5.0.2. License is LGPLv3.
        Built by sponge with GCC 4.4.4, downloaded from
        http://sponge.i2p/files/jbigi/gmp-5.0.2/
        For 64-bit processors, both performance testing and
        the GMP changelog led us to use 5.0.2 for both the 32- and 64-bit versions,
        even though the files are twice as big.
        See http://zzz.i2p/topics/306 for discussion and test results.
        libjbigi-linux-athlon64.so was a 64 bit file; by the new naming standard
        supported by NativeBigInteger, it is now a 32-bit file and the
        64-bit one is libjbigi-linux-athlon64_64.so.
        All new 64-bit libs will have _64 appended.
      - Update build docs
2011-06-05 13:52:43 +00:00
2011-06-05 02:09:12 +00:00
2011-06-05 13:52:43 +00:00
2011-06-01 00:11:03 +00:00
2011-06-05 13:52:43 +00:00
2011-05-27 16:18:38 +00:00
2011-02-05 18:56:06 +00:00
2011-06-04 12:05:48 +00:00
2011-05-22 14:31:56 +00:00
2011-05-22 14:31:56 +00:00
2011-06-05 12:50:04 +00:00
2009-09-16 14:51:39 +00:00
2011-05-22 14:31:56 +00:00

Prerequisites to build from source:
	Java SDK (preferably Oracle/Sun or OpenJDK) 1.6.0 or higher
          Non-linux operating systems and JVMs: See http://trac.i2p2.de/wiki/java
	Apache Ant 1.7.0 or higher
	Optional, For multilanguage support: The xgettext, msgfmt, and msgmerge tools installed
	  from the GNU gettext package http://www.gnu.org/software/gettext/

To build:
	ant pkg
	Run 'ant' with no arguments to see other build options.
	See INSTALL.txt or http://www.i2p2.de/download.html for installation instructions.

Documentation:
	http://www.i2p2.de/how
	API: run 'ant javadoc' then start at build/javadoc/index.html

Latest release:
	http://www.i2p2.de/download.html

To get development branch from source control:
	http://www.i2p2.de/newdevelopers.html

FAQ:
	http://www.i2p2.de/faq.html

Need help?
	IRC irc.freenode.net #i2p
	http://forum.i2p2.de/

Licenses:
	See LICENSE.txt

Description
No description provided
Readme 198 MiB
Languages
Java 96.6%
Shell 1.5%
HTML 1.4%
Dockerfile 0.3%
AIDL 0.2%