forked from I2P_Developers/i2p.i2p
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)
14 lines
535 B
Plaintext
14 lines
535 B
Plaintext
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
|