source: trunk/gsdl3/README.txt@ 6444

Last change on this file since 6444 was 6444, checked in by kjdon, 20 years ago

initial versions

  • Property svn:keywords set to Author Date Id Revision
File size: 908 bytes
Line 
1Greenstone 3 (GSDL3)
2Copyright (C) 2003 New Zealand Digital Libraries, University Of Waikato
3GSDL3 comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt
4This is free software, and you are welcome to redistribute it
5
6Linux from CVS:
7
8to install:
9
10(cvs co gsdl3) (should be done already to get this file)
11cd gsdl3
12source gs3-setup.sh
13./gs3-prepare.sh
14./gs3-configure.sh (will be replaced with ./configure)
15./gs3-compile.sh (will be replaced with make, make install)
16./gs3-finalise.sh
17
18installing from download
19./gsdl3-x.xx-unix.sh
20
21to run
22
23./gs3-launch.sh
24
25Windows from CVS:
26
27(cvs co gsdl3)
28gs3-setup
29gs3-prepare
30
31
32Windows from download:
33
34double click on gsdl3-x.xx-win32.exe
35To run, select Greenstone Digital Library 3 from the start menu.
36
37See docs/manual/manual.pdf for more details about the software and installation etc.
38
39Note: the windows version doesn't have greenstone 3 native building yet.
Note: See TracBrowser for help on using the repository browser.