FreeRDP / FreeRDP-WebConnect

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

Using setup-all.sh on windows I get the following error #106

Closed ghost closed 9 years ago

ghost commented 9 years ago

Can anyone tell me why I am getting this error using setup-al.sh on windows 10?

C:\FreeRDP-WebConnect\setup-all.sh: line 239: make: command not found Unable to build ehs package. Exiting...

Afterwards I installed gnuwin32 and added it to my PATH but then when make is executed on line 239 it just says it can't find the make file.

Has anyone successfully built this project on windows????

c64cosmin commented 9 years ago

The .sh scripts are intended for the Linux build. On Windows you need to run the cmake and then open the solution with VS 2015 and build.

c64cosmin commented 9 years ago

@tmakaro or if you want the software you could download the build from here. http://www.cloudbase.it/freerdp-html5-proxy-windows/

ghost commented 9 years ago

That got me further. Thanks.