thegeorg 68034ebc09 Update nixpkgs revision 23.05 -> 24.05 | 5 months ago | |
---|---|---|
.. | ||
include | 2a71832563 Update contrib/libs/aws-sdk-cpp to 1.11.37 | 11 months ago |
source | 2a71832563 Update contrib/libs/aws-sdk-cpp to 1.11.37 | 11 months ago |
CODE_OF_CONDUCT.md | 2a71832563 Update contrib/libs/aws-sdk-cpp to 1.11.37 | 11 months ago |
CONTRIBUTING.md | 2a71832563 Update contrib/libs/aws-sdk-cpp to 1.11.37 | 11 months ago |
LICENSE | 2a71832563 Update contrib/libs/aws-sdk-cpp to 1.11.37 | 11 months ago |
NOTICE | 2a71832563 Update contrib/libs/aws-sdk-cpp to 1.11.37 | 11 months ago |
README.md | 2a71832563 Update contrib/libs/aws-sdk-cpp to 1.11.37 | 11 months ago |
ya.make | 68034ebc09 Update nixpkgs revision 23.05 -> 24.05 | 5 months ago |
C99 library implementing AWS SDK specific utilities. Includes utilities for ARN parsing, reading AWS profiles, etc...
This library is licensed under the Apache 2.0 License.
CMake 3.0+ is required to build.
<install-path>
must be an absolute path in the following instructions.
git clone git@github.com:awslabs/aws-c-common.git
cmake -S aws-c-common -B aws-c-common/build -DCMAKE_INSTALL_PREFIX=<install-path>
cmake --build aws-c-common/build --target install
git clone git@github.com:awslabs/aws-c-sdkutils.git
cmake -S aws-c-sdkutils -B aws-c-sdkutils/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path>
cmake --build aws-c-sdkutils/build --target install