kurbaniec / hdrToggle

Command Line Tool to turn on HDR in Windows 10
MIT License
7 stars 0 forks source link

cmake .. #1

Open tonaz opened 3 years ago

tonaz commented 3 years ago

Doesnt work. powershell: The term 'cmake' is not recognized

W1ll1amz commented 1 year ago

Although it's not explained anywhere, I think you have to download and install cmake (https://cmake.org/download/) and then compile your own executable. I tried doing this and it fails when I run 'cmake ..' per the instructions. I get the following output:


CMake Error at CMakeLists.txt:2 (project): Running

'nmake' '-?'

failed with:

The system cannot find the file specified

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!

I downloaded the latest nVidia API SDK (R525) and placed it in the project root folder per instructions. I modified the CMakeLists.txt file to refer to [Path]/R525-developer.zip but I still get errors. So far, yet such a waste of time. Why a downloadable .EXE is not included on Git is anyone's guess.