Last change
on this file since 32493 was 32493, checked in by ak19, 5 years ago |
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.
|
File size:
717 bytes
|
Rev | Line | |
---|
[26710] | 1 |
|
---|
| 2 | #-- Ant --
|
---|
| 3 |
|
---|
| 4 | if [ "x$ANT_HOME" = "x" ] ; then
|
---|
| 5 |
|
---|
[30403] | 6 | ANT_HOME=`pwd`/apache-ant-1.9.6
|
---|
| 7 | export ANT_HOME
|
---|
| 8 | PATH=$ANT_HOME/bin:$PATH
|
---|
| 9 | export PATH
|
---|
[26710] | 10 |
|
---|
| 11 | echo "+ Setting ANT_HOME to:"
|
---|
| 12 | echo "+ $ANT_HOME"
|
---|
| 13 | echo "+ and updating PATH"
|
---|
| 14 | fi
|
---|
| 15 |
|
---|
[32493] | 16 | #-- Java --
|
---|
[26710] | 17 |
|
---|
| 18 | ##export JAVA_HOME=/System//Library/Frameworks/JavaVM.framework/Home
|
---|
[30384] | 19 | #export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
|
---|
[30403] | 20 | JAVA_HOME=`/usr/libexec/java_home`
|
---|
| 21 | export JAVA_HOME
|
---|
[32493] | 22 | PATH=$JAVA_HOME/bin:$PATH
|
---|
| 23 | echo "+ Set JAVA_HOME to $JAVA_HOME and updated PATH"
|
---|
[26710] | 24 |
|
---|
[32493] | 25 | #-- SVN --
|
---|
[30384] | 26 |
|
---|
[32493] | 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 |
|
---|
[30403] | 33 | export PATH
|
---|
[26710] | 34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.