diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/restricted/aws/aws-c-event-stream/README.md | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/aws/aws-c-event-stream/README.md')
-rw-r--r-- | contrib/restricted/aws/aws-c-event-stream/README.md | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/contrib/restricted/aws/aws-c-event-stream/README.md b/contrib/restricted/aws/aws-c-event-stream/README.md index 1ee0142ea8..93774bd8b8 100644 --- a/contrib/restricted/aws/aws-c-event-stream/README.md +++ b/contrib/restricted/aws/aws-c-event-stream/README.md @@ -4,23 +4,23 @@ C99 implementation of the vnd.amazon.event-stream content-type. ## License -This library is licensed under the Apache 2.0 License. - -## Usage - -### Building -Note that aws-c-event-stream has several dependencies: - -``` -git clone git@github.com:awslabs/aws-c-common.git -cmake -DCMAKE_PREFIX_PATH=<install-path> -DCMAKE_INSTALL_PREFIX=<install-path> -S aws-c-common -B aws-c-common/build -cmake --build aws-c-common/build --target install - -git clone git@github.com:awslabs/aws-checksums.git -cmake -DCMAKE_PREFIX_PATH=<install-path> -DCMAKE_INSTALL_PREFIX=<install-path> -S aws-checksums -B aws-checksums/build -cmake --build aws-checksums/build --target install - -git clone git@github.com:awslabs/aws-c-event-stream.git -cmake -DCMAKE_PREFIX_PATH=<install-path> -DCMAKE_INSTALL_PREFIX=<install-path> -S aws-c-event-stream -B aws-c-event-stream/build -cmake --build aws-c-event-stream/build --target install -``` +This library is licensed under the Apache 2.0 License. + +## Usage + +### Building +Note that aws-c-event-stream has several dependencies: + +``` +git clone git@github.com:awslabs/aws-c-common.git +cmake -DCMAKE_PREFIX_PATH=<install-path> -DCMAKE_INSTALL_PREFIX=<install-path> -S aws-c-common -B aws-c-common/build +cmake --build aws-c-common/build --target install + +git clone git@github.com:awslabs/aws-checksums.git +cmake -DCMAKE_PREFIX_PATH=<install-path> -DCMAKE_INSTALL_PREFIX=<install-path> -S aws-checksums -B aws-checksums/build +cmake --build aws-checksums/build --target install + +git clone git@github.com:awslabs/aws-c-event-stream.git +cmake -DCMAKE_PREFIX_PATH=<install-path> -DCMAKE_INSTALL_PREFIX=<install-path> -S aws-c-event-stream -B aws-c-event-stream/build +cmake --build aws-c-event-stream/build --target install +``` |