Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
132 stars 147 forks source link

Build steps for macOS neglect to mention -DCMAKE_FIND_FRAMEWORK=LAST #370

Open Mike4Online opened 3 years ago

Mike4Online commented 3 years ago

Three years ago in GitHub Issue #120, it was noted that adding -DCMAKE_FIND_FRAMEWORK=LAST to the CMake command line for azure-stoprage-cpp was necessary on macOS:

@rizkg This suggestion is duly noted and will be added to the instructions. Thanks!

Originally posted by @katmsft in https://github.com/Azure/azure-storage-cpp/issues/120#issuecomment-447701458

But there is no mention of this option in the current build steps at: https://github.com/Azure/azure-storage-cpp#getting-started-on-macos

Please update the build steps for macOS to mention this option.

I also ask that the build steps be revised to mention some of the other build options, such as disabling the building of tests and samples, or using a debug-specific directory for GetText libraries for Debug builds. These options can be found in the vcpkg port file at: https://github.com/microsoft/vcpkg/blob/master/ports/azure-storage-cpp/portfile.cmake