Files
i2p.i2p/installer/lib/wrapper
kytv ce2bb85440 Update Java Service Wrapper to v3.5.25
- Windows: x86 and x64 versions self-compiled with VS2010 in
  Windows 7. The icon has been changed from Tanuki's default to Itoopie.
- Linux ARMv6: Compiled on a RaspberryPi using gcc 4.6.3-14+rpi1,
  Oracle Java 1.7.0+update40 and stripped
- All other binaries are from the "community edition" deltapack offered by
  Tanuki.
2014-07-02 13:54:47 +00:00
..
2013-05-30 12:04:42 +00:00

Wrapper update instructions:

Get the community "delta pack" from http://wrapper.tanukisoftware.com/doc/english/download.jsp

Get the source from http://wrapper.tanukisoftware.com/downloads/

From the delta pack, copy lib/wrapper.jar to all/

From the delta pack, strip the binaries in lib/
(if you have the tools to do so for that architecture) and copy
to xxx/librapper.so, libwrapper.jnilib, or wrapper.dll for the following directories.
Don't forget to disable the execute bit.
	freebsd (x86-32)
	freebsd64 (x86-64)
	linux (x86-32)
	linux64 (x86-64)
	linux-ppc (linux-ppc-32)
	linux-armv5 (armv5/armv7)
	solaris (sparc-32)

From the delta pack, strip the binaries in bin/ (if needed) and copy
to xxx/i2psvc for the same directories as above.
Don't forget to disable the execute bit.

For armv6, build from source following the instructions
in linux-armv6/README.txt.
Don't forget to strip the binaries and disable the execute bit.

For macosx, combine (if possible) the universal-32 and universal-64 files
from the delta pack (each is a 2-architecture fat file)
into a "quad-fat" binary. Instructions can be found in
macos/README.txt

For windows, build from source following the instructions
in win64/README-x64-win.txt.
Don't forget to strip the binaries and disable the execute bit.