Menu

Creating .dylib files for SphinxBase and PocketSphinx on Mac OS

Help
2016-11-25
2016-11-25
  • Rhys Clarke

    Rhys Clarke - 2016-11-25

    Apologies if this is a stupid question - I'm usually a Windows dev, and I'm not really used to developing on OS X at all.
    I'm needing to compile PocketSphinx and SphinxBase to .dylibs to use with DLLImport in a cross platform application built using C# and Mono. I've already had that much working for a while, using older versions of the dlls/dylibs, but I now need to update these to the latest versions. I can build the .DLLs just fine on Windows, but I'm having trouble with getting the .dylibs.

    I've followed the guide to compiling on Unix-likes here: http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx, and I've managed to build and install everything successfully, as I can run pocketsphinx_continuous with no problems. I'm just at a loss as to how to get the specific files I need, and I can't seem to turn up much info on Google.

    Any ideas?

     
    • Nickolay V. Shmyrev

      When you run ./configure && make && sudo make install libraries are installed in /usr/local/lib folder.

       
      • Rhys Clarke

        Rhys Clarke - 2016-11-25

        Aha, yep - found them. Knew it would be something simple I'd failed to notice! Thanks a lot!

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.