From afac0814d7b1f76e489a0ff6ac9adb6142173e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abril=20Rinc=C3=B3n=20Blanco?= Date: Wed, 19 Nov 2025 14:13:51 +0100 Subject: [PATCH 1/2] Add Conan instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8e37996e368..27d4037610b 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,15 @@ You can download and install aws-sdk-cpp using the [vcpkg](https://github.com/Mi The aws-sdk-cpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. +### Building aws-sdk-cpp - Using Conan + +You can install pre-built binaries for aws-sdk-cpp or build it from source using [Conan](https://conan.io/). Use the following command: + + conan install --requires="aws-sdk-cpp/[*]" --build=missing + +The aws-sdk-cpp Conan recipe is kept up to date by Conan maintainers and community contributors. +If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the ConanCenterIndex repository. + # Maintenance and support for SDK major versions For information about maintenance and support for SDK major versions and our underlying dependencies, see the following in the AWS SDKs and Tools Shared Configuration and Credentials Reference Guide From bea08e407aa3c4c7bf59ca6ef378ec29d260adea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abril=20Rinc=C3=B3n=20Blanco?= Date: Fri, 21 Nov 2025 11:56:16 +0100 Subject: [PATCH 2/2] Update wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27d4037610b..0cb277a1549 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,11 @@ The aws-sdk-cpp port in vcpkg is kept up to date by Microsoft team members and c ### Building aws-sdk-cpp - Using Conan -You can install pre-built binaries for aws-sdk-cpp or build it from source using [Conan](https://conan.io/). Use the following command: +You can download and install aws-sdk-cpp using [Conan](https://conan.io/). Use the following command: - conan install --requires="aws-sdk-cpp/[*]" --build=missing + conan install --requires="aws-sdk-cpp/[*]" --build="aws-*" -The aws-sdk-cpp Conan recipe is kept up to date by Conan maintainers and community contributors. +The aws-sdk-cpp Conan recipe is kept up to date by JFrog's Conan team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the ConanCenterIndex repository. # Maintenance and support for SDK major versions