forked from I2P_Developers/i2p.i2p
All binaries from Tanuki Delta Pack Community Edition, except for armhf (armv6), compiled on Raspberry Pi: ant 1.8.2 javac 1.7.0_151 gcc 4.6.3-14+rpi1 Windows binaries remain unchanged as we must recompile them ourselves (32 bit just to change the icon; 64 bit is not provided by Tanuki) PPC 32-bit big endian not updated, no longer supported by Tanuki
Wrapper build instructions (Ubuntu or Raspbian):
apt-get install default-jdk ant
export JAVA_HOME=/usr/lib/jvm/default-java
ant -Dbits=32 compile-c-unix
mv bin/wrapper bin/i2psvc
strip --strip-unneeded bin/i2psvc lib/libwrapper.so
cp bin/i2psvc $I2P
cp lib/libwrapper.so $I2P/lib
cp /path/to/wrapper-delta-pack-3.5.xx/lib/wrapper.jar $I2P/lib
(test it)
cp bin/i2psvc lib/libwrapper.so /path/to/installer/lib/wrapper/linux-armv6
chmod -x i2psvc librapper.so