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

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

Additional text added about README files that exist in a local folder that is checked out

File size: 851 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
28
29Look to see if there is a README file in the local folder
30that matches the OS distribution you are on. Such files
31contain specific commands that were run as part of getting
32Greenstone3 compiled up from source code.
33
34
Note: See TracBrowser for help on using the repository browser.