Changeset 2a279582
- Timestamp:
- Nov 23, 2017 3:33:59 PM (3 years ago)
- Branches:
- master
- Children:
- 6cd5f1d8
- Parents:
- 700c843
- Location:
- installer/lib/wrapper
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/lib/wrapper/README.txt
r700c843 r2a279582 30 30 from the delta pack (each is a 2-architecture fat file) 31 31 into a "quad-fat" binary. Instructions can be found in 32 macos /README.txt32 macosx/README.txt 33 33 34 For windows, build from source following the instructions 34 IF you have the ability to build for Windows, 35 build from source following the instructions 35 36 in win64/README-x64-win.txt. 36 37 Don't forget to strip the binaries and disable the execute bit. 38 Delete the old win-all/wrapper.jar, and change the top level 39 build.xml to use the all/wrapper.jar for the Windows installer. 40 41 If you DON'T have the ability to build for Windows, 42 leave the files in win32, win64, and win-all unchanged. 43 The Windows installer build in the top-level build.xml 44 will use the win-all/wrapper.jar instead of all/wrapper.jar. -
installer/lib/wrapper/copy.sh
r700c843 r2a279582 1 1 # 2 # copy the files out of the delta pack2 # copy the files out of the unzipped delta pack 3 3 # 4 V=3.5.3 04 V=3.5.34 5 5 D=wrapper-delta-pack-$V 6 6 B=$D/bin … … 40 40 done 41 41 42 echo 'Windows binaries not copied, see README.txt' 42 43 echo 'Now compile the armv6 binaries on a Raspberry Pi, see linux-armv6/README.txt'
Note: See TracChangeset
for help on using the changeset viewer.