source: main/trunk/greenstone3/LOCAL.txt@ 34667

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

Update of details

File size: 632 bytes
Line 
1
2For developers:
3
4To help with configuring your environment to compile up the source code,
5you can set up a 'local' folder with the necessary setup/devel files.
6
7For example, for 64-bit linux (in your top-level Greenstone3 folder):
8
9 svn co https://svn.greenstone.org/local/greenstone3/linux-64bit local
10
11Then edit:
12
13 local/gs3-{setup,devel}.sh
14
15accordingly.
16
17#====
18Key things to do:
19#====
20
21 1. Check you have 'svn' on the command-line
22
23 2. Set the environment variable for JAVA_HOME (in gs-setup.sh)
24 appropriately for your system
25
26 3. Set the environment variable JAVACFLAGS (in gs-devel.sh)
27 if using JDK >= 11
Note: See TracBrowser for help on using the repository browser.