source: main/trunk/greenstone3/LOCAL.txt

Last change on this file was 38493, checked in by kjdon, 4 months ago

just testing commit

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