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 make: not found
C Compiler: not found
C++ Compiler: not found
GDB: not found
.
I have installed CMake under the path C:\Users\Gaga\Downloads\cmake-3.4.1
but I don't see a cmake.exe, the closest thing is cmake.cxx.
Without these I'm not able to compile anything, please help