Changeset 32493 for local


Ignore:
Timestamp:
2018-09-25T19:55:26+12:00 (6 years ago)
Author:
ak19
Message:

Changes to 64 bit darwin local folder that works to compile an svn checkout on high sierra mac with checkout.gnomelib set to true. Can't compile imagemagick yet however. 1. adding gs3-devel.sh 2. Modifying local/gs3-setup.sh to have (commented out) lines for adding a custom SVN to environment. I needed svn v 1.9.9 for svn commands to work for me with the release kits and perhaps regular GS3 svn code too, so I would activate these lines by removing the comment signs.

Location:
local/greenstone3/darwin-64bit
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • local/greenstone3/darwin-64bit/gs3-setup.sh

    r30403 r32493  
    1414fi
    1515
     16#-- Java --
    1617
    1718##export JAVA_HOME=/System//Library/Frameworks/JavaVM.framework/Home
     
    1920JAVA_HOME=`/usr/libexec/java_home`
    2021export JAVA_HOME
     22PATH=$JAVA_HOME/bin:$PATH
     23echo "+ Set JAVA_HOME to $JAVA_HOME and updated PATH"
    2124
    22 CFLAGS="-I$JAVA_HOME/include -I$JAVA_HOME/include/darwin"
    23 export CFLAGS
    24 CXXFLAGS="$CFLAGS"
    25 export CXXFLAGS
    26 JNICFLAGS="$CFLAGS"
    27 export JNICFLAGS
     25#-- SVN --
    2826
    29 PATH=$JAVA_HOME/bin:$PATH
     27# need SVN 1.9 for release-kits (1.9.9 works for me)
     28#SVN_HOME=/Users/Shared/RELEASES/subversion
     29#PATH=$SVN_HOME/bin:$PATH
     30#echo "+ Put svn at $SVN_HOME on PATH"
     31
     32
    3033export PATH
    3134
    32 echo "+ Set JAVA_HOME to $JAVA_HOME and updated PATH"
Note: See TracChangeset for help on using the changeset viewer.