FreeRDP / FreeRDP-WebConnect

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

cpprestsdk have moved to GitHub #163

Open lwj925 opened 7 years ago

lwj925 commented 7 years ago

cpprestsdk have moved to GitHub https://github.com/Microsoft/cpprestsdk , so the script setup-all.sh line 280 should be changed.

TheJaysH commented 7 years ago

You are correct, Also 281.

See below the updated lines.

280: git_clone_pull casablanca https://github.com/Microsoft/cpprestsdk || { echo 'Unable to download casablanca from codeplex'; exit 99; }

281: cd cpprestsdk/Release || exit 99