cmusphinx / pocketsphinx

A small speech recognizer
Other
3.9k stars 714 forks source link

MSVC building #327

Closed Molochnik closed 1 year ago

Molochnik commented 1 year ago

I have got a code of both SphinxBase and PocketSphinx from 2020 with .sln and ,vcxproj files. I don't quite remember how I got them, but I dont see them in the present project, also the code files structure changed significantly since then. What should I do to compile it under MSVC now?

dhdaines commented 1 year ago

Hello, it now uses CMake. Recent versions of Visual Studio should be able to support this directly, or if not, you can generate the build files using the CMake GUI or command-line.

Visual Studio Code can also be used, of course.

Molochnik commented 1 year ago

Ok thank you!