Changeset 26974 for main/trunk


Ignore:
Timestamp:
2013-02-28T15:31:34+13:00 (11 years ago)
Author:
kjdon
Message:

more changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/Install.txt

    r26971 r26974  
    53533. svn co http://svn.greenstone.org/main/trunk/binaries/windows/bin windows
    5454
     55
    5556There is a batch script you can run to set up and compile Greenstone.
     57
     58If you want Greenstone to try and guess your Visual Studio setup, edit the
     59makegs2.bat file and set SET_GS_ENV to true. Otherwise you'll need to set up
     60your Visual Studio environment before running the make script.
     61For example, run
     62C:\Program Files\Microsoft Visual Studio\vc\vcvarsall.bat
     63
     64To compile greenstone:
    5665For 64 bit machines, run
    57    * makegs264.bat
     66   * makegs2x64.bat
    5867For 32 bit machines, run
    5968   * makegs2.bat
    6069
    61 For more information about compiling Greenstone, or for manual compling instructions, see
     70
     71
     72For more information about compiling Greenstone, or for manual compling
     73instructions, see
    6274http://wiki.greenstone.org/wiki/index.php/Compiling_Greenstone
    6375
    64 These scripts will unpack necessary zip files, set up paths etc, then compile Greenstone.
    65 
    66 This will install library.cgi and oaiserver.cgi to the Greenstone\cgi-bin\windows
     76These scripts will unpack necessary zip files, set up paths etc, then compile
     77Greenstone. They will install library.cgi and oaiserver.cgi to the
     78Greenstone\cgi-bin\windows
    6779directory and server.exe to the top level Greenstone directory.
    6880
    69 To run the web library you'll need to set up a web server to serve Greenstone. Then you'll need to edit Greenstone\cgi-bin\gsdlsite.cfg. See
     81To run the web library you'll need to set up a web server to serve Greenstone.
     82Then you'll need to edit Greenstone\cgi-bin\gsdlsite.cfg. See
    7083http://wiki.greenstone.org/wiki/index.php/Setting_up_an_Apache_Web_Server_for_Greenstone_2_Walkthrough
    7184for more details about using Apache, or
Note: See TracChangeset for help on using the changeset viewer.