'Chris Blouch' via MacVisionaries <[email protected]> wrote: > but when I typed > > ./speak "The quick brown fox" > > it gave the error: > > Can't read data file: '/usr/share/espeak-data/phontab' > > I didn't have time to fiddle much more and figure out what files were > supposed to live in that path.
Various language-dependent files should be in that directory. I would suggest checking the Web site or the file that you downloaded for installation instructions. My guess is that it expects the Espeak executable to be under /usr/bin, and the language files under /usr/share/espeak. The standard UNIX convention, though, would place the executable in /usr/local/bin and the data files under /usr/local/share/espeak -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/d/optout.
