Files
i2p.itoopie/core/c/jbigi
jrandom d85dc8213e 2005-01-21 Jhor
* Updated jbigi build scripts for OSX.
2005-01-21  jrandom
    * Added support for OSX to the NativeBigInteger code so that it will look
      in the classpath for libjbigi-osx-none.jnilib.  At the moment, that file
      is not bundled with the shipped jbigi.jar yet though.
2005-01-22 01:53:02 +00:00
..
2005-01-22 01:53:02 +00:00
2004-12-10 10:22:17 +00:00
2005-01-22 01:53:02 +00:00

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

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.