I've mostly been relying on ssh for doing C work in other courses so far, so I have never installed C/C++ on my machine (windows). I tried installing the software I saw used in the tutorial, but I've been struggling to make it work.
For instance, I've downloaded VS build tools and cmake and msys2, and tried running "cmake .." in powershell:
PS C:\Users\bloor\Desktop\CSC317\computer-graphics-raster-images\build> cmake ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Error at CMakeLists.txt:2 (project):
Running
'nmake' '-?'
failed with:
no such file or directory
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
I would appreciate if you could point me towards what softwares I have to install.
I've mostly been relying on ssh for doing C work in other courses so far, so I have never installed C/C++ on my machine (windows). I tried installing the software I saw used in the tutorial, but I've been struggling to make it work.
For instance, I've downloaded VS build tools and cmake and msys2, and tried running "cmake .." in powershell:
PS C:\Users\bloor\Desktop\CSC317\computer-graphics-raster-images\build> cmake .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Error at CMakeLists.txt:2 (project): Running
'nmake' '-?'
failed with:
no such file or directory
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!
I would appreciate if you could point me towards what softwares I have to install.