code for article pfeilbr/aws-sdk-cpp-playground
learn aws-sdk-app C++ SDK
see README.md
file(s) in subdirectories of src
install aws-sdk-cpp
cd ~/dev
git clone https://github.com/aws/aws-sdk-cpp.git
cd aws-sdk-cpp
mkdir build
cd build
cmake ..
make
make install
build and run example
cd src/s3-example
mkdir -p build && cd build
cmake .. && make
# run
./s3-example
output
Key Install File Locations
/usr/local/lib/cmake/AWSSDK
- cmake modules/usr/local/include
- headers installed/usr/local/lib
- libraries installed (e.g. libaws-cpp-sdk-core.dylib)
Twitter • Reddit