Ignore:
Timestamp:
2017-10-13T19:43:24+13:00 (7 years ago)
Author:
ak19
Message:

Some adjustments to the README to deal with the new 64 bit versions of the 7zip binaries used to generate the 64 bit version of the self-extracting binary containing the 64 bit jre vs the existing old 32 bit version of the 7zip binaries used to generate the 32 bit version of the self-extracting binary that would contain the 32 bit jre.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/mac/README

    r32036 r32041  
    1010The jre should be extracted into a folder named jre. Also, don't make it a tar file for Expeditee. (Greenstone expects the jre to be tarred up first.)
    1111
     12If the self-extracting jre_bin binary should run on a 64 bit machine, use the 64 bit 7za compiled up in the 64-bit subfolder (this will use the associated 64 bit 7zCon.sfx library in the same subfolder). For a 32 bit machine, use the 32 bit 7za in the 32-bit subfolder.
     13
    12143. Run:
    13 ./p7z-essentials/7za a -sfx -mx=9 jre_bin[_x64] /path/to/your-jdk-version/jre
     15./p7z-essentials/[32|64]-bit/7za a -sfx -mx=9 jre_bin[_x64] /path/to/your-jdk-version/jre[.tar]
    1416
    1517* -m0=lzma2 is already done automatically, setting the compression mode to lzma2.
Note: See TracChangeset for help on using the changeset viewer.