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 | 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
CONTRIBUTING.md | 870d76c3b5 intermediate changes | 2 years ago |
LICENSE | 3b241dd57c Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
NOTICE | 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. | 2 years 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 implementation of the vnd.amazon.event-stream content-type.
This library is licensed under the Apache 2.0 License.
CMake 3.1+ is required to build.
<install-path>
must be an absolute path in the following instructions.
If you are building on Linux, you will need to build aws-lc and s2n-tls first.
git clone git@github.com:awslabs/aws-lc.git
cmake -S aws-lc -B aws-lc/build -DCMAKE_INSTALL_PREFIX=<install-path>
cmake --build aws-lc/build --target install
git clone git@github.com:aws/s2n-tls.git
cmake -S s2n-tls -B s2n-tls/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path>
cmake --build s2n-tls/build --target install
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-checksums.git
cmake -S aws-checksums -B aws-checksums/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path>
cmake --build aws-checksums/build --target install
git clone git@github.com:awslabs/aws-c-cal.git
cmake -S aws-c-cal -B aws-c-cal/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path>
cmake --build aws-c-cal/build --target install
git clone git@github.com:awslabs/aws-c-io.git
cmake -S aws-c-io -B aws-c-io/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path>
cmake --build aws-c-io/build --target install
git clone git@github.com:awslabs/aws-c-event-stream.git
cmake -S aws-c-event-stream -B aws-c-event-stream/build -DCMAKE_INSTALL_PREFIX=<install-path> -DCMAKE_PREFIX_PATH=<install-path>
cmake --build aws-c-event-stream/build --target install