2011-12-29 16:51:47 +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
|
2011-12-31 14:16:24 +00:00
|
|
|
to xxx/librapper.so, libwrapper.jnilib, or wrapper.dll for the following directories.
|
2011-12-29 16:51:47 +00:00
|
|
|
Don't forget to disable the execute bit.
|
2013-05-30 12:04:42 +00:00
|
|
|
freebsd (x86-32)
|
|
|
|
freebsd64 (x86-64)
|
2011-12-29 16:51:47 +00:00
|
|
|
linux (x86-32)
|
|
|
|
linux64 (x86-64)
|
2013-01-01 10:39:08 +00:00
|
|
|
linux-ppc (linux-ppc-32)
|
2012-12-11 19:27:56 +00:00
|
|
|
linux-armv5 (armv5/armv7)
|
2011-12-29 16:51:47 +00:00
|
|
|
solaris (sparc-32)
|
|
|
|
|
2013-05-30 12:04:42 +00:00
|
|
|
From the delta pack, strip the binaries in bin/ (if needed) and copy
|
2011-12-29 16:51:47 +00:00
|
|
|
to xxx/i2psvc for the same directories as above.
|
|
|
|
Don't forget to disable the execute bit.
|
|
|
|
|
2012-12-11 19:27:56 +00:00
|
|
|
For armv6, build from source following the instructions
|
|
|
|
in linux-armv6/README.txt.
|
2011-12-29 16:51:47 +00:00
|
|
|
Don't forget to strip the binaries and disable the execute bit.
|
2011-12-31 14:14:35 +00:00
|
|
|
|
2012-04-14 17:38:08 +00:00
|
|
|
For macosx, combine (if possible) the universal-32 and universal-64 files
|
|
|
|
from the delta pack (each is a 2-architecture fat file)
|
2012-01-02 16:12:50 +00:00
|
|
|
into a "quad-fat" binary. Instructions can be found in
|
2017-11-23 15:33:59 +00:00
|
|
|
macosx/README.txt
|
2011-12-29 16:51:47 +00:00
|
|
|
|
2017-11-23 15:33:59 +00:00
|
|
|
IF you have the ability to build for Windows,
|
|
|
|
build from source following the instructions
|
2011-12-29 16:51:47 +00:00
|
|
|
in win64/README-x64-win.txt.
|
|
|
|
Don't forget to strip the binaries and disable the execute bit.
|
2017-11-23 15:33:59 +00:00
|
|
|
Delete the old win-all/wrapper.jar, and change the top level
|
|
|
|
build.xml to use the all/wrapper.jar for the Windows installer.
|
|
|
|
|
|
|
|
If you DON'T have the ability to build for Windows,
|
|
|
|
leave the files in win32, win64, and win-all unchanged.
|
|
|
|
The Windows installer build in the top-level build.xml
|
|
|
|
will use the win-all/wrapper.jar instead of all/wrapper.jar.
|