FreeRDP-WebConnect
FreeRDP-WebConnect copied to clipboard
cpprestsdk have moved to GitHub
cpprestsdk have moved to GitHub https://github.com/Microsoft/cpprestsdk , so the script setup-all.sh line 280 should be changed.
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