microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
8.01k stars 1.66k forks source link

Support for Centos7 #1619

Closed harryfhng closed 3 years ago

harryfhng commented 3 years ago

Any plan for cpprestsdk to support Centos7 OS in near future?

barcharcraz commented 3 years ago

what does support mean to you? We don't have any plans to make packages for centos 7 (and we don't support any of the linux packages in the distros, they are supported by the package maintainer who maintains them for the distro).

Is there a particular thing that's causing cpprestsdk to fail to compile on centos 7?