Files
i2p.android.base/core/c/jbigi
dream 8b372ad306 Fixed build.sh
jbigi's build.sh had a number of failed assumptions as per where I2P and JAVA_HOME were which needed to be removed and a warning put in their place. A better solution would be to have some way to search for JAVA_HOME and I2P in common locations, but at least this solution works if you do it manually:

I2P=~i2p JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.20 sh build.sh dynamic

thank zzz for prodding me to do this
2010-06-03 03:35:46 +00:00
..
2005-02-16 22:23:47 +00:00
2010-06-03 03:35:46 +00:00
2009-03-30 05:31:40 +00:00
2010-06-03 03:35:46 +00:00
2008-05-12 13:47:15 +00:00

***net.i2p.util.NativeBigInteger, native part of the code****

See ../README for instructions.

Execute the build.sh script to produce jbigi library files optimized for a number of different CPU-types.

TODO: What is jbigi
TODO: Document generated folder structure
TODO: Instructions for adding the libraries to a jar

Linux-specific information:
Some linux distributions comes bundled with GMP.
There is currently no out-of-the-box support for this in the current build-scripts.

Windows-specific information:
The best way of building the jbigi dll's is to install Mingw {URL} and msys {URL}.
The combination of these two should be able to run the included build-scripts without modifications.