summaryrefslogtreecommitdiffstats
path: root/graphics/tesseract/README
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenave at gmail {dot} com>2010-05-12 17:40:07 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:40:07 +0200
commit6976a4aabfa3b66b7866c7904cf62ea07b8f18ea (patch)
tree3552da35ecd15b83323915eee5e1e4694c29ddb3 /graphics/tesseract/README
parenta6b2dba25f76cd5be09fd5f1d74dba0915074601 (diff)
downloadslackbuilds-6976a4aabfa3b66b7866c7904cf62ea07b8f18ea.tar.gz
slackbuilds-6976a4aabfa3b66b7866c7904cf62ea07b8f18ea.tar.xz
graphics/tesseract: Updated for version 2.03
Diffstat (limited to 'graphics/tesseract/README')
-rw-r--r--graphics/tesseract/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tesseract/README b/graphics/tesseract/README
index 31bfc8b694..f9be7a1c4c 100644
--- a/graphics/tesseract/README
+++ b/graphics/tesseract/README
@@ -10,11 +10,12 @@ all available language packs. Note that you can install more than one
(or even all) of the language packs, as they do not conflict with each
other. The build script defaults to use English, but this is easily
changed by passing an alternate value on the command line.
+
Here is the relevant code from the build script:
# Language pack(s) to use
# We'll install English by default, but you can pass another one (or all)
# of them on the command line (space delimited). If you pass more than one
# (again, space delimited), you must enclose the string in quotes. Examples:
# TESSLANG=fra ./tesseract.SlackBuild
- # TESSLANG="deu eng fra ita nld spa" ./tesseract.SlackBuild
+ # TESSLANG="deu deu-f eng fra ita nld por spa vie" ./tesseract.SlackBuild
TESSLANG=${TESSLANG:-eng} # Default to English