examples
examples copied to clipboard
Installation problem on Windows
Hello, I tried to install open-license-manager on Windows with MSVC 2019. I chose the "Compile and Build (command line)" way to do it. I retrieved the code from Github and followed the steps written in the documentation. When I launch "cmake --build . --target install --config Release", I got the following error:
Why do I encounter this message?
To circonvent the problem, I launched the "licensecc.sln" file located in the build folder and compiled in Visual Studio. Is it a valid solution? I am not very confident since I encountered subsequent problems to launch the examples then.
Any help would be appreciated.