The cainteoir-gtk project is a Gtk+/Gnome graphical front-end to the cainteoir-engine library.
In order to build Cainteoir Text-to-Speech, you need:
make
, autoconf
, automake
, libtool
,
intltool
and pkg-config
);When running cainteoir-gtk
, you will need:
gnome-icon-theme-symbolic
package (to display the icons correctly).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 |
Cainteoir Text-to-Speech uses a standard autotools build setup. Simply run:
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install
Report bugs to the cainteoir-gtk issues page on GitHub.
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.