rhdunn / cainteoir-gtk

Gtk+ graphical front-end for Cainteoir Text-to-Speech
http://rhdunn.github.com/cainteoir/
GNU General Public License v3.0
11 stars 3 forks source link

Cainteoir Text-to-Speech

Flattr this git repo


The cainteoir-gtk project is a Gtk+/Gnome graphical front-end to the cainteoir-engine library.

Dependencies

In order to build Cainteoir Text-to-Speech, you need:

  1. a functional autotools system (make, autoconf, automake, libtool, intltool and pkg-config);
  2. a functional c++ compiler;
  3. the Cainteoir text-to-speech engine;
  4. Gtk+ 3.10 or later development libraries.

When running cainteoir-gtk, you will need:

  1. the gnome-icon-theme-symbolic package (to display the icons correctly).

Debian

Dependency Install
autotools sudo apt-get install make autoconf automake libtool intltool pkg-config
c++ compiler sudo apt-get install gcc g++
gtk+ sudo apt-get install libgtk-3-dev
gnome-icon-theme-symbolic sudo apt-get install gnome-icon-theme-symbolic

Building

Cainteoir Text-to-Speech uses a standard autotools build setup. Simply run:

$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install

Bugs

Report bugs to the cainteoir-gtk issues page on GitHub.

License Information

The Cainteoir Text-to-Speech Engine is released under the GPL version 3 or later license.

Cainteoir is a registered trademark of Reece Dunn.

W3C is a trademark (registered in numerous countries) of the World Wide Web Consortium; marks of W3C are registered and held by its host institutions MIT, ERCIM, and Keio.

All trademarks are property of their respective owners.