summaryrefslogtreecommitdiffstats
path: root/accessibility/eflite/README
diff options
context:
space:
mode:
author notKlaatu2013-04-26 12:09:16 +0200
committer Niels Horn2013-04-26 12:09:16 +0200
commit721eb4e79620bcae27ad6c75091abb8a65b4d958 (patch)
tree35168ed865e37db9cd3479a2b4df208554a2819d /accessibility/eflite/README
parent6aca435c65bc09fc30bc5d3fdd4945e31885526a (diff)
downloadslackbuilds-721eb4e79620bcae27ad6c75091abb8a65b4d958.tar.gz
accessibility/eflite: Added (speech server)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'accessibility/eflite/README')
-rw-r--r--accessibility/eflite/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/accessibility/eflite/README b/accessibility/eflite/README
new file mode 100644
index 0000000000..98b97f6919
--- /dev/null
+++ b/accessibility/eflite/README
@@ -0,0 +1,18 @@
+eflite is a speech server for Emacspeak and other screen readers that
+allow them to interface with Flite.
+
+NOTE:
+
+If you are using flite and eflite to interface with emacspeak, then
+you will also have to set some environment variables:
+
+As user:
+echo 'DTK_PROGRAM=/usr/local/bin/eflite; export DTK_PROGRAM' >> ~/.bash_profile
+
+For a completely vision-free system, you may add these steps:
+
+As root:
+echo 'exec /usr/local/bin/flite -t "please log in"' >> /etc/rc.d/rc.local
+
+As user:
+echo 'exec /usr/bin/emacspeak' >> ~/.bash_profile