Files
i2p.i2p/installer/lib/wrapper/linux-armv6
zzz 223afdfc7e Wrapper: Update to wrapper 3.5.44
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
2020-11-16 14:35:48 +00:00
..
2020-11-16 14:35:48 +00:00
2016-05-04 13:40:50 +00:00

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