FreeRDP-WebConnect icon indicating copy to clipboard operation
FreeRDP-WebConnect copied to clipboard

cpprestsdk have moved to GitHub

Open lwj925 opened this issue 7 years ago • 1 comments

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

lwj925 avatar May 10 '17 01:05 lwj925

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

TheJaysH avatar Jun 20 '17 09:06 TheJaysH