Files
i2p.i2p/installer/lib/wrapper
zzz d5d70f1b40 Wrapper 3.5.16 compiled on Raspberry Pi:
GPLv2
binaries stripped

gcc (Debian 4.6.3-12+rpi1) 4.6.3

java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-1+rpi1)
OpenJDK Zero VM (build 20.0-b12, mixed mode)

Processor	: ARMv6-compatible processor rev 7 (v6l)
BogoMIPS	: 697.95
Features	: swp half thumb fastmult vfp edsp java tls 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xb76
CPU revision	: 7

Hardware	: BCM2708
Revision	: 0002
2012-11-22 00:36:45 +00:00
..
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-08-27 17:43:04 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +00:00
2012-11-21 21:01:45 +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.
	linux (x86-32)
	linux64 (x86-64)
	linux-armv5 (armv5)
	solaris (sparc-32)

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

For armv7, build from source following the instructions
in linux-armv7/README.txt.
Don't forget to strip the binaries and disable the execute bit.
We use a trimslice for armv7 building.

For freebsd and freebsd64, we don't use the Tanuki binaries
because they are compiled in FBSD v6.  Compile from source in
FreeBSD 7.4 to eliminate the dependency on the compat6x port.
Don't forget to strip the binaries and disable the execute bit.
A walkthrough can be found in freebsd/README.txt.

For linux-ppc, we don't use the Tanuki binaires because they're (mistakenly)
ppc64 compiles. Compile the arch-dependent bits with
"ant -Dbits=32 compile-c-unix".

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.