FreeRDP-WebConnect
FreeRDP-WebConnect copied to clipboard
Steps to compile code in visual studio
Can I find documented steps to compile this code on Visual studio?
regards, Umesh
How to create windows project file from the cmake?
Regards, Umesh
You need to use cmake, e.g.:
cmake .
Documentation will follow on this topic as handling all the dependencies is not trivial.