Wrapper: Update to wrapper 3.5.34

All binaries from Tanuki Delta Pack Community Edition,
except for armhf (armv6), compiled on Raspberry Pi:
  ant 1.8.2
  javac 1.7.0_151
  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)
This commit is contained in:
zzz
2017-11-23 15:33:59 +00:00
parent 700c843b11
commit 2a2795827a
23 changed files with 13 additions and 4 deletions

View File

@ -29,8 +29,16 @@ 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
macosx/README.txt
For windows, build from source following the instructions
IF you have the ability to build 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.
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.

View File

@ -1,7 +1,7 @@
#
# copy the files out of the delta pack
# copy the files out of the unzipped delta pack
#
V=3.5.30
V=3.5.34
D=wrapper-delta-pack-$V
B=$D/bin
L=$D/lib
@ -39,4 +39,5 @@ do
chmod -x $i/i2psvc $i/libwrapper.so
done
echo 'Windows binaries not copied, see README.txt'
echo 'Now compile the armv6 binaries on a Raspberry Pi, see linux-armv6/README.txt'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.