shubhamdotjain / rgw_aws_cpp_sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequsites

To build and run these examples, you'll need:

Building

To build, create a build directory:

mkdir s3_build

Go into the directory and run cmake, providing it with the path to where you built the SDK, and the path to the directory that you want to build. For example:

cd s3_build
cmake -Daws-sdk-cpp_DIR=/path/to/aws_sdk_build/ ../s3

Finally, run make in the build directory:

make

Running the examples

The files are built right into the build directory, so you can run them by name. Go into the directory and run

./list_buckets

About


Languages

Language:C++ 90.2%Language:CMake 6.5%Language:Makefile 3.3%