에 사용하기 위해 윈도우 10에 GCC를 설치하는 방법 :이 솔루션을 구축하려고 시도에서 VS2017
https://github.com/garuma/PiHueSphinx
내가 출력 창에이 메시지가 표시되는 : 나는에 건물입니다
gcc -Wall -ggdb -shared -I/usr/local/include -I/usr/local/include/sphinxbase -I/usr/local/include/pocketsphinx -L/usr/local/lib -lpocketsphinx -lsphinxad -lsphinxbase -o \libsphinx_hue_detection.so sphinx_hue_detection.c
을 Visual Studio 2017 Enterprise가 설치된 Windows 10.
이 포스팅은 어떻게 GCC는 윈도우에 설치하거나 작업을 얻을 표시되지 않습니다
https://blogs.msdn.microsoft.com/vcblog/2017/03/07/use-any-c-compiler-with-visual-studio/
가 어떻게 GCC를 얻을 수 있습니다 (위의 프로젝트 수행으로) 설치하고 .csproj 파일에서 작업?
GCC의 [MinGW64] (https://mingw-w64.org/doku.php) 구현을 얻을 수 있습니다. – user0042