Wrapper: Update to wrapper 3.5.29

All binaries from Tanuki delta pack,
except for armhf, compiled on Raspberry Pi:
  ant 1.8.2
  javac 1.6.0_38
  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)
Old 3.5.25 wrapper.jar moved to win-all, use it in windows-only installer
so it will be consistent with the old binaries.
Fixes wrapper failure on FreeBSD 10 (ticket #1118)
Minor i2prouter script fixes for FreeBSD 10, from anonimal (ticket #1118)
This commit is contained in:
zzz
2016-05-04 13:40:50 +00:00
parent 13685484f6
commit cdafab2734
27 changed files with 31 additions and 10 deletions

View File

@ -1,7 +1,13 @@
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