Ignore:
Timestamp:
2015-07-31T16:17:16+12:00 (9 years ago)
Author:
davidb
Message:

Tweaks to CASCADE-MAKE files so it compiles up with the 2015 version of Tesseract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/ocr/trunk/packages/cmdline/CASCADE-MAKE/TESSERACT.sh

    r16800 r30076  
    22
    33package=tesseract
    4 version=-svn
     4version=-git
    55
    66progname=$0
     
    1111prefix=$GEXTOCR_INSTALLED/cmdline
    1212
     13export LDFLAGS=-L$prefix/lib
     14
    1315opt_run_untar $force_untar $auto_untar $package $version
    1416opt_run_configure $force_config $auto_config $package $version "$prefix" \
    15   --with-libtif=$prefix
     17  LIBLEPT_HEADERSDIR=$prefix/include
     18
     19
     20#  --with-libtif=$prefix \
     21
    1622
    1723opt_run_make $compile   $package $version
Note: See TracChangeset for help on using the changeset viewer.