Closed rushikeshjadhav closed 8 years ago
We're using continuous integration for the Windows platform. So you can download it in here : http://www.cloudbase.it/freerdp-html5-proxy-windows/
If I want to test my code changes in wsgate on windows, how would I do that ? I'm modifying wsgate to do additional work before opening console.
The same way like in linux, you clone, you run the cmake file and then build.
Could anyone please share the Development setup instructions for this ? Being a linux user, I have less idea on setting this up.
@rushikeshjadhav Have you had any success on building the code for windows? Having just done it myself, I may be able to help you. If what you want is to build on linux for windows then I can't help you. I'm strictly a windows developer.
@tmakaro, yes please how did you compiled for windows, i wold like to replace the bunny image for instance for something different, for instance my software brand, like the guys of cloudbase :D
@ferslash You need to run cmake and then compile.
@rushikeshjadhav I have tested if build succeds on several Linux distributions and it worked with no problem. The difference was we used freshly spawned VMs, with a clean new setup.
@ferslash @rushikeshjadhav For windows you could refer to the closed issues raised by @tmakaro.
Was able to get it working on Fresh CentOS7 along with modifications. Closing this one.
Build instructions mentioned are for linux. Are there any different instructions for Windows build ?