summaryrefslogtreecommitdiffstats
path: root/accessibility/flite/README
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/flite/README')
-rw-r--r--accessibility/flite/README16
1 files changed, 11 insertions, 5 deletions
diff --git a/accessibility/flite/README b/accessibility/flite/README
index 8e44fa95c9..9115b3111a 100644
--- a/accessibility/flite/README
+++ b/accessibility/flite/README
@@ -1,7 +1,7 @@
flite (speech synthesis engine)
Flite is a small, fast run-time synthesis engine, designed for
-embedded systems and servers. Flite was developed by Alan W Black and
+embedded systems and servers. Flite was developed by Alan W. Black and
Kevin Lenzo at Carnegie Mellon University, in Pittsburgh.
Starting with version 2.0.0, flite is able to load extra voice files
@@ -11,7 +11,13 @@ http://festvox.org/flite/packed/flite-2.0/voices/ and place them
in the same directory as the SlackBuild. They will be installed in
/usr/share/flite/, and can be used with the flite's -voice option.
-To skip building the HTML and GNU Info API documentation, set DOCS=no
-in the environment. The man page will still be included. This option is
-mainly provided in case a future version of texi2html has issues with
-the texi2html options used by flite's doc/Makefile.
+The flite API documentation is available as a GNU info document,
+via "info flite". The same docs are available as HTML in
+/usr/doc/flite-$VERSION/html if:
+
+- You have Slackware's tetex package installed, or...
+- You have texlive and texi2html installed from SBo.
+
+The API docs are only needed for developers who intend to write code that
+uses flite as a library. If you have build errors that mention texi2html,
+try 'export HTML=no' in the script's environment.