View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#6
Originally Posted by tientien123 View Post
hi everybody
i've been trying to install
https://garage.maemo.org/projects/cmusphinx
this app onto my maemo device.
Which maemo device?
To install direct from source it will not going right out of the box.
You will need to have at least a compiler.
If you have N900 you could use the following command as root to install pocketsphinx command-line tools.
These packages are only in the devel repository and thus they could eventually not behave right or could eat up root memory, so be careful.


Code:
apt-get install pocketsphinx-utils
If you would like to have python support:

Code:
apt-get install python-pocketsphinx
If you only need sphinx use this command:

Code:
apt-get install sphinxbase-utils
If you need sphinx python support:

Code:
apt-get install python-sphinxbase

Last edited by Halftux; 2018-04-20 at 08:58. Reason: added warning
 

The Following User Says Thank You to Halftux For This Useful Post: