Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 44 forks source link

added macos build support #3

Closed mschmieder closed 5 years ago

mschmieder commented 5 years ago

Patched make config system so it supports building on OSX systems as well. Patches include:

katmsft commented 5 years ago

Hi, can you also update the README with how to build on MAC os. This PR supports MAC OS but without a detailed guideline, I do not think it is enough for the new users.

seguler commented 5 years ago

pinging @mschmieder - would you be able to provide guidance in the README file ?

mschmieder commented 5 years ago

@seguler I added the build instructions. Please check the latest commit.

katmsft commented 5 years ago

Hi, thanks for the contribution. In order to support MacOS, I have submitted another PR to resolve this issue. The key difference it to not provide a FindUUID.cmake while using system library on MacOS that is providing UUID library. Please take a look.

vinjiang commented 5 years ago

Feel free to ping us if any further questions.