ubuntu - Using pocketsphinx in c -
i trying install , use pocketsphinx on ubuntu in c language keep getting error
/desktop/programming/c/tests$ gcc libraries.c -o libraries libraries.c:2:26: fatal error: pocketsphinx.h: no such file or directory #include <pocketsphinx.h> ^ compilation terminated.
i have followed step required install sphinxbase , pocketsphinx found here keep getting error every time compile code. there missed?
how did install pocketsphinx? , mean "installing" work library first need have headers in place compiler can find them (for gcc example using -i option) , need have library installed compiler can build against it. judging error didn't specify header files of library compiler
Comments
Post a Comment