Skip to content

Instantly share code, notes, and snippets.

@axtstar
Created September 25, 2018 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axtstar/a289ef614570a761ff225f51f5b39459 to your computer and use it in GitHub Desktop.
Save axtstar/a289ef614570a761ff225f51f5b39459 to your computer and use it in GitHub Desktop.
#move to paticular folder...
if [[ $(uname -a) = *"Ubuntu"* ]]; then
#Ubuntuの場合
sudo apt-get install pocketsphinx
else
#macの場合
brew install cmu-pocketsphinx
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment