Ignore:
Timestamp:
2009-08-17T12:45:08+12:00 (15 years ago)
Author:
oranfry
Message:

added some more directories to DYLD_ and LD_LIBRARY_PATH so bundled imagemagick and ghostscript are findable by whoever needs them (gli, build system etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/gs3-setup.sh

    r20252 r20301  
    8383  addtopath PATH "$GSDL3SRCHOME/bin/script"
    8484  addtopath PATH "$GSDL3SRCHOME/bin"
     85  addtopath PATH "$GSDL3SRCHOME/gs2build/bin/linux/imagemagick/bin"
     86  addtopath PATH "$GSDL3SRCHOME/gs2build/bin/darwin/imagemagick/bin"
     87  addtopath PATH "$GSDL3SRCHOME/gs2build/bin/linux/ghostscript/bin"
     88  addtopath PATH "$GSDL3SRCHOME/gs2build/bin/darwin/ghostscript/bin"
    8589  echo "  - Adjusted PATH"
    8690
     
    114118  addtopath LD_LIBRARY_PATH "$GSDL3SRCHOME/lib/jni"
    115119  addtopath DYLD_LIBRARY_PATH "$GSDL3SRCHOME/lib/jni"
     120  addtopath LD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/linux/imagemagick/lib"
     121  addtopath DYLD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/darwin/imagemagick/lib"
     122  addtopath LD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/linux/ghostscript/lib"
     123  addtopath DYLD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/darwin/ghostscript/lib"
    116124  echo "  - Adjusted LD_LIBRARY_PATH and DYLD_LIBRARY_PATH"
    117125
Note: See TracChangeset for help on using the changeset viewer.