aws-sdk-cpp for VSCode & GitHub #3048
-
Hey, I've downloaded the aws-sdk-cpp, and I'm hoping to use that for VSCode, I know that there is an extension for it as well, but my aim here was to use the aws-sdk-cpp & make it work with my project via PATH so that it can be used with any editor. Additionally, wanted to work on it such that when the repo is cloned, the sdk is downloaded automatically with it, or atleast the person who is cloning the repo only needs to download the sdk and some amount of setup is done already, what would work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Are you asking for how it can be added to your own project? Because there are multiple options for different use cases. It sounds like you might just want to have the compiled binaries for this SDK put somewhere in the PATH, but I will need more details about your use case to give you a better guidance |
Beta Was this translation helpful? Give feedback.
-
Hey, thank you for responding. So for clarification, I'm looking for the following usecases:
|
Beta Was this translation helpful? Give feedback.
config.h is a file generated by cmake - https://github.com/awslabs/aws-c-common/blob/main/CMakeLists.txt#L31. and it should be in the generated include folder after you build the sdk.