source: gs2-extensions/gsdl-ocr/trunk/devel.bash@ 21525

Last change on this file since 21525 was 16800, checked in by davidb, 16 years ago

Creation of Greenstone extension for OCR support

File size: 503 bytes
Line 
1#!/bin/bash
2
3if [ "x$GEXTOCR" = "x" ] ; then
4 source setup.bash
5fi
6
7if [ "x$GEXTOCR_DEVEL" = "x" ] ; then
8
9 # Set environment variable so we can tell devel.bash has been sourced
10 export GEXTOCR_DEVEL=$GEXTOCR
11
12 export PATH=$GEXTOCR/bin/:$GEXTOCR_INSTALLED/devel/bin:$PATH
13
14 export PERL5PATH=$GEXTOCR_INSTALLED/devel/lib/perl5/vendor_perl/5.8.8
15
16 echo "+Your environment is now setup for OCR (Ocropus) development"
17else
18 echo "+Your environment is already setup for OCR (Ocropus) development"
19fi
20
Note: See TracBrowser for help on using the repository browser.