This page: https://github.com/cmusphinx/pocketsphinx/blob/master/swig/csharp/Makefile
shows how to create c# bindings when using Linux. How can I create the bindings on Windows?
I recommend to use cmake file like this one:
https://github.com/cmusphinx/pocketsphinx-android/blob/master/CMakeLists.txt
Log in to post a comment.
This page:
https://github.com/cmusphinx/pocketsphinx/blob/master/swig/csharp/Makefile
shows how to create c# bindings when using Linux. How can I create the bindings on Windows?
I recommend to use cmake file like this one:
https://github.com/cmusphinx/pocketsphinx-android/blob/master/CMakeLists.txt