source: local/greenstone3/linux-64bit/gs3-devel.sh

Last change on this file was 34648, checked in by davidb, 3 years ago

Updates to working with newer linux/JDK distro

File size: 402 bytes
Line 
1
2
3. ./gs3-setup.sh
4
5#--
6# Assumes the setup file provide Java as a JDK, setting JAVA_HOME
7#--
8
9#The following exports are only needed when compiling
10export CFLAGS=-fPIC
11
12# Newer versions of JDK need to override source/target
13# from 1.4 to 1.6 as the newer versions no longer support
14# generating 1.4
15export JAVACFLAGS="-source 1.6 -target 1.6"
16
17
18#--
19# Assuming 'svn' is already on your path
20#--
21
Note: See TracBrowser for help on using the repository browser.