Andrey1994 / screen_recorder_sdk

Library to take screenshots and record videos
https://screen-recorder-sdk.readthedocs.io/en/latest/
MIT License
45 stars 15 forks source link

Project compilation failed on Cmake for creating environment #19

Closed hash3liZer closed 2 years ago

hash3liZer commented 2 years ago

Hi,

I've been trying to compile the package from source but getting error regarding: C:\Microsoft.Cpp.Default.props. I've installed CMAKE and Visual Studio 14 2015 x64 build tools. After moving to directory, i'm simply running the cmake_build.cmd file but no success. The command i ran:

$ ./cmake_build.cmd

Error:

image

Andrey1994 commented 2 years ago

Provide full path instead .. Or check how its build in CI

hash3liZer commented 2 years ago

NVM, the package i have installed of Visual Studio 14 2015 wasn't complete. I tried with installing the complete version of studio with C++ development tools. It worked! Thanks.