I am trying to install MaryTTS 5.2 on Ubuntu 16.04. There is a guide on for 5.1.2 here . However, 5.2 is way different, and I do not understand the installation guide on their GitHub page.
The first command fails when executed inside the unpacked 5.2 folder:
marytts install:cmu-slt
--->marytts: command not found
Can someone please help?
info
ordebug
level logs are not sufficient try runningbash -x ./marytts
. – J. Starnes Nov 29 '17 at 03:09./marytts --debug
or the output ofbash -x ./marytts
– J. Starnes Dec 13 '17 at 00:24FAILURE: Build failed with an exception.
Execution failed for task ':server'.
........ BUILD FAILED Total time: 0.807 secs
– CaTx Dec 13 '17 at 00:52deb
. second no community users have packaged the project as adeb
. Packaging is a significant challenge, and the more distros you package for the harder it gets. It is much easier to write an installer script that works most of the time. – J. Starnes Dec 13 '17 at 22:36