-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build from source - configure does not detect pocketsphinx installed #29
Comments
voice2json uses the pocketsphinx Python library, which includes it's own copy of pocketsphinx and supporting Sphinx library. So having it installed through You also have a typo in your command: it should be ./configure VOICE2JSON_LANGUAGE=en VOICE2JSON_SPEECH_SYSTEM=pocketsphinx --disable-precompiled-binaries |
Ok, thank you for spotting the mistake, it can now configure as expected. Unfortunately, it failed to build with the following error:
|
I decided to try using precompiled binaries, it also gave with errors:
|
Thanks for looking into this more! I've updated the Makefile to check for the I also updated the phonetisaurus build script; hopefully it's fixed, but I haven't gone through the install process again to test yet. |
Installation for both pre-compiled or from source seem to work now. I am having issue with the training, but that's another ticket. Thank you and I am closing this now. |
Configure command:
Configure summary:
I am on Ubuntu 18.04 LTS with
pocketsphinx
,libpocketsphinx3
, andlibpocketsphinx-dev
installedBut if I do
./configure
only, the summary is as follows:I wanted to build from source with pocketsphinx only and the former seems to include kaldi instead of pocketsphinx. If I remove kaldi from my system, voice2json generates error that kaldi is missing
The text was updated successfully, but these errors were encountered: