Reputation: 722
I'm trying to use Pocketsphinx/Sphinxbase in an OSX OpenframeWorks application. I have cloned both
https://github.com/cmusphinx/pocketsphinx and https://github.com/cmusphinx/sphinxbase
And configured/installed them as per the instructions on the readme's. However I'm struggling on how to include them in XCode.
Has anyone attempted this?
Upvotes: 1
Views: 680
Reputation: 722
So I removed pocketsphinx and sphinxbase and reinstalled them. Then I added the three libs as shown in the image below.
Also had to include 'Header Search Paths' to look for '/usr/local/include' and library search paths to look for '/usr/local/lib'
Seems to be working fine now.
Upvotes: 3