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

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

Updated notes reflecting recent changes

File size: 1.0 KB
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
11For Window 64-bit:
12
13 svn co https://svn.greenstone.org/local/greenstone3/windows-64bit local
14
15
16Then check the README.txt file (if present) and edit:
17
18 local/gs3-{setup,devel}.sh (Unix systems)
19 local/gs3-{setup,devel}.bat (Windows systems)
20
21accordingly.
22
23
24#====
25Key things to do:
26#====
27
28 1. Check you have 'svn' on the command-line
29
30 2. Set the environment variable for JAVA_HOME appropriately
31 for your system. This is typically set in the your
32 OS relevant gs3-devel (or gs3-setup)
33
34Look to see if there is a README file in the local folder
35that matches the OS distribution you are on. Such files
36contain specific commands that were run as part of getting
37Greenstone3 compiled up from source code.
38
39
Note: See TracBrowser for help on using the repository browser.