mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Fix hint for training build
* Fix grammar. * Fix text ("after building ..." is not necessary). Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
6f13d75534
commit
742b303548
@ -521,15 +521,16 @@ echo "$ sudo make install"
|
||||
# echo "$ sudo make install LANGS=\"eng ara deu\""
|
||||
# echo " Or:"
|
||||
# echo "$ sudo make install-langs"
|
||||
echo ""
|
||||
|
||||
AM_COND_IF([ENABLE_TRAINING],
|
||||
[echo ""
|
||||
echo "Training tools can be build and installed (after building of $PACKAGE_NAME) with:"
|
||||
[
|
||||
echo "Training tools can be built and installed with:"
|
||||
echo ""
|
||||
echo "$ make training"
|
||||
echo "$ sudo make training-install"
|
||||
echo ""],
|
||||
[echo ""
|
||||
[
|
||||
echo "You can not build training tools because of missing dependency."
|
||||
echo "Check configure output for details."
|
||||
echo ""]
|
||||
|
Loading…
Reference in New Issue
Block a user