summaryrefslogtreecommitdiffstats
path: root/graphics/tesseract/README
diff options
context:
space:
mode:
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