FreeRDP / FreeRDP-WebConnect

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

Slackware #129

Open juliodiz opened 8 years ago

juliodiz commented 8 years ago

Has anyone install on a slackware?

Its posible to create a Slackware setup?

Thanks

c64cosmin commented 8 years ago

@juliodiz Unfortunately we don't have an automated script for slackware.

gcc, g++, boost, svn-devel, autotools, openssl-devel and libpng-devel are the dependencies that you need. Additionally, you'll need to build these projects https://github.com/cloudbase/EHS.git https://github.com/FreeRDP/FreeRDP.git https://git.codeplex.com/casablanca

Afterwards just use cmake to create the binaries. You can also guide yourself from these scripts: https://github.com/FreeRDP/FreeRDP-WebConnect/blob/master/install_prereqs.sh https://github.com/FreeRDP/FreeRDP-WebConnect/blob/master/setup-all.sh

The first one installs all the dependencies that are needed priorly to the build step. The second one has info on how to build the last projects and FreeRDP-WebConnect