Help for this page

Select Code to Download


  1. or download this
    # Install espeak executable
    install -m 755 espeak /usr/local/bin
    gmake: install: Command not found
    gmake: *** [install] Error 127
    
  2. or download this
    install: all
            # Create directories
    ...
            $(INSTALL) -pm 644 speak_lib.h $(DESTDIR)$(INCDIR)
            # Install data files
            cp -prf ../espeak-data/* $(DESTDIR)$(DATADIR)