FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
519 stars 1.62k forks source link

How to compile windows variant for wsgate ? #98

Closed rushikeshjadhav closed 8 years ago

rushikeshjadhav commented 9 years ago

Build instructions mentioned are for linux. Are there any different instructions for Windows build ?

c64cosmin commented 9 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/

rushikeshjadhav commented 9 years ago

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.

c64cosmin commented 9 years ago

The same way like in linux, you clone, you run the cmake file and then build.

rushikeshjadhav commented 9 years ago

Could anyone please share the Development setup instructions for this ? Being a linux user, I have less idea on setting this up.

ghost commented 9 years ago

@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.

ferslash commented 9 years ago

@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

c64cosmin commented 9 years ago

@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.

rushikeshjadhav commented 8 years ago

Was able to get it working on Fresh CentOS7 along with modifications. Closing this one.