eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

espeak-ng.pc.in 257B

1234567891011
  1. prefix=@prefix@
  2. exec_prefix=@prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: @PACKAGE_NAME@
  6. Description: @PACKAGE_NAME@ is a multi-lingual software speech synthesizer
  7. Version: @VERSION@
  8. Requires:
  9. Libs: -L${libdir} -lespeak-ng
  10. Cflags: -I${includedir}