Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
181 stars 126 forks source link

Rewrite installation paragraph in the combined release notes #6207

Open antkmsft opened 6 days ago

antkmsft commented 6 days ago

See "Installation Instructions" in https://azure.github.io/azure-sdk/releases/2024-10/cpp.html as example.

Installation Instructions
To install any of our packages, copy and paste the following commands into a terminal:

# From Source
git clone https://github.com/Azure/azure-sdk-for-cpp
# git checkout <tag_name>
# For example:
git checkout azure-storage-blobs_12.0.0

Why isn't there a vcpkg instead of git clone? We do not even promote building the repo as main consumption mechanism.

github-actions[bot] commented 6 days ago

Thank you for your feedback. Tagging and routing to the team member best able to assist.

ahsonkhan commented 5 days ago

@ronniegeraghty - I recall there was an existing work item tracking this somewhere, but I couldn't find it

ronniegeraghty commented 5 days ago

@ronniegeraghty - I recall there was an existing work item tracking this somewhere, but I couldn't find it

Here's the old one: https://github.com/Azure/azure-sdk-for-cpp/issues/3106