MycroftAI / mimic1

Mycroft's TTS engine, based on CMU's Flite (Festival Lite)
https://mimic.mycroft.ai
Other
814 stars 152 forks source link

Incorrect installation instructions for Arch Linux #154

Open CubeTheThird opened 6 years ago

CubeTheThird commented 6 years ago

Nothing major. The installation for requirements on Arch Linux includes "install" as an option:

$ sudo pacman -S --needed install gcc make pkg-config automake libtool alsa-lib

However, unlike other package managers, the -S paramater is the option to install (no need for an extra keyword). This will instead result in attempting to install a package called "install", which does not exist.

forslund commented 6 years ago

Thanks! I'll update the readme according to your suggestion.

fommil commented 6 years ago

I installed on archlinux via the yaourt helper... I just typed yaourt -S mimic-git and it compiled from sources. That said, the following command

mimic -t "Hello. Doctor. Name. Continue. Yesterday. Tomorrow."

will often create noise from the speaker, or drop the first few words... sometimes works. So there is some kind of output bug.