Changeset 17671 for gli/trunk/gli.bat


Ignore:
Timestamp:
2008-11-04T18:20:07+13:00 (15 years ago)
Author:
max
Message:

Explain how to bypass Ghostscript/Imagemagick bundled with Greenstone if needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.bat

    r17655 r17671  
    312312
    313313:runGLI
    314 :: ---- Finally, run the GLI ----
     314
    315315if not "%_VERSION%" == "" (
    316316    echo Greenstone Major Version:
     
    337337)
    338338
     339:: ---- Explain how to bypass Imagemagick and Ghostscript bundled with Greenstone if needed ----
     340echo.
     341if exist "%GSDLHOME%\bin\windows\ghostscript\bin\*.*" echo GhostScript bundled with Greenstone will be used, if you wish to use the version installed on your system (if any) please go to %GSDLHOME%\bin\windows and rename the folder called ghostscript to something else.
     342echo.
     343echo.
     344if exist "%GSDLHOME%\bin\windows\imagemagick\*.*" echo ImageMagick bundled with Greenstone will be used, if you wish to use the version installed on your system (if any) please go to %GSDLHOME%\bin\windows and rename the folder called imagemagick to something else.
     345echo.
     346echo.
     347
     348
     349:: ---- Finally, run the GLI ----
    339350if "%GLILANG%" == "en" echo Running the %PROGNAME%...
    340351if "%GLILANG%" == "es" echo Ejecutando la %PROGNAME%...
Note: See TracChangeset for help on using the changeset viewer.