CLion Installation: Cmake compilers not found, GDB not found

前端 未结 3 1375
忘掉有多难
忘掉有多难 2021-02-05 09:38

I\'m switching from VS to CLion and they said I needed to install Cygwin and CMake. I then installed both of them. I tried use bundled, but CLion still gives me these errors

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-05 09:47

    In the "Use specified" field I put C:\cygwin64\bin\cmake.exe your path may be different. Just ensure you have CMake, Make, gdb and gcc installed already in Cygwin (using the Cygwin setup.exe not via the CMake website) but I believe Clion checks if you have them installed after inputting the path.

提交回复
热议问题