forked from I2P_Developers/i2p.i2p

- Remove Solaris Sparc 32-bit wrapper files - Remove Linux PPC 32-bit BE wrapper files (never included in packages, no longer supported by Tanuki) - Add patch to fix breakage on Debian xx-ea Java versions All binaries from Tanuki Delta Pack Community Edition, except for armhf (armv6), compiled on Raspberry Pi: ant 1.10.9 openjdk 1.8.0_312 gcc 10.2.1 Windows binaries remain unchanged as we must recompile them ourselves (32 bit just to change the icon; 64 bit is not provided by Tanuki) Patch file is unmodified in this checkin, as a base for future merges. Patch will be in next checkin. Do not squash.
14 lines
554 B
Plaintext
14 lines
554 B
Plaintext
Wrapper build instructions (Ubuntu or Raspbian):
|
|
|
|
apt-get install openjdk-8-jdk-headless ant
|
|
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-armhf
|
|
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
|