Skip to content

Commit b4ebf79

Browse files
AbrilRBSsbiscigl
authored andcommitted
Add Conan instructions
1 parent b016489 commit b4ebf79

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,15 @@ You can download and install aws-sdk-cpp using the [vcpkg](https://github.com/Mi
118118
119119
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.
120120
121+
### Building aws-sdk-cpp - Using Conan
122+
123+
You can download and install aws-sdk-cpp using [Conan](https://conan.io/). Use the following command:
124+
125+
conan install --requires="aws-sdk-cpp/[*]" --build="aws-*"
126+
127+
The aws-sdk-cpp Conan recipe is kept up to date by JFrog's Conan team members and community contributors.
128+
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.
129+
121130
# Maintenance and support for SDK major versions
122131

123132
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

0 commit comments

Comments
 (0)