karansher / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 0 forks source link

cmake: The term 'cmake' is not recognized as the name of a cmdlet, function, script file, or operable program. #10

Closed ttyhhu closed 2 years ago

ttyhhu commented 2 years ago

cmake cmake in terminal wouldn't work but I can build with the build button below.

abhimadan commented 2 years ago

This is probably because cmake isn't installed on your machine. To run it via powershell/command line you need to download it from their website: https://cmake.org/

You can build cmake projects directly in Visual Studio, which is probably what you did here, but I don't have much experience with that feature. I think there are some differences between running cmake on the command line but if it works then you should be fine.

ttyhhu commented 2 years ago

I see. Thank you! :)