An open API service indexing awesome lists of open source software.

https://github.com/jeongukjae/aws-sdk-cpp-1.11-bazel-test


https://github.com/jeongukjae/aws-sdk-cpp-1.11-bazel-test

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Building aws-sdk-cpp 1.11.x with bazel.

Build:

```shell
# Install libcurl.
#
# sudo apt install libcurl4-openssl-dev

bazel run //:s3_client
```