home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / audio / rsynth.2.0.README < prev    next >
Encoding:
Text File  |  1995-06-19  |  2.1 KB  |  60 lines

  1.  
  2. This is rsynth-2.0, compiled for NEXTSTEP as quad-FAT binary (NIHS).
  3.  
  4. rsynth is a text to speech system produced by integrating various
  5. pieces of code and tables of data, which (hopefully) are all in
  6. the public domain.
  7.  
  8. The bulk of the intergration was done by Nick Ing-Simmons
  9. (nik@tiuk.ti.com). The NEXTSTEP port was done by Ben Stuyts
  10. (ben@stuyts.nl).
  11.  
  12. rsynth-2.0 needs to be linked against gdbm-1.7.3, the GNU dbm
  13. routines. The gdbm distribution is available from almost any ftp
  14. server in the GNU directory, rsynth's distribution site is
  15. ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/sources, the most recent
  16. version is rsynth-2.0.tar.gz, which was used for this binary.
  17.  
  18.  
  19. INSTALLATION:
  20.  
  21. To get an idea about rsynth, you should read README.NeXT and README.
  22.  
  23. Copy say, dlookup and mkdictdb to a directory in your path, e.g.
  24. /usr/local/bin (you must be root to do this!) or ~/Unix/bin. You
  25. may want to thin the files with lipo or Thinner first.
  26.  
  27. If you have Scott Hess' TickleServices, there's a nice service
  28. included in README.NeXT.
  29.  
  30. If you've plenty of room on your disk, fetch one of the dictionaries
  31. mentioned in README and install as described there.
  32.  
  33.  
  34.  
  35. COMPILATION:
  36.  
  37. If you want to build rsynth-2.0 from the source for NEXTSTEP, there
  38. are a few important points:
  39.  
  40. 1.) You have to grab the gdbm sources first (1.7.3 works), and
  41. install or at least compile it first. Should compile out of the
  42. box with "./configure" and "make". Install it with "make install"
  43. if you want (this is not necessary for compiling rsynth).
  44.  
  45. 2.) Run configure in the rsynth directory. If you haven't installed
  46. gdbm in 1.), you should call configure with
  47. "--with-gdbm=YOUR-GDBM-SOURCE-DIRECTORY". Also, it _might_ be
  48. necessary to add "i386-next", "hppa-next" or "sparc-next", if
  49. configure complains about unknown host-type.
  50.  
  51. 3.) Before 'make'ing, visit the Makefile and remove '-lm' from the
  52. LDLIBS line. This is not necessary for NEXTSTEP.
  53.  
  54. 4.) Run 'make'. Run 'make check'.
  55.  
  56. 5.) If all went ok, you could run 'make install' as root. Don't
  57. mind the error message about missing dicts.
  58.  
  59.     Gregor Hoffleit (flight@mathi.uni-heidelberg.de)
  60.