Skip to content
Marco Magdy edited this page Jun 12, 2018 · 7 revisions

Welcome to the AWS C++ SDK wiki!

General FAQ

What compilers do you support?

Currently we support the following compilers:

  1. GCC 4.9.x and later
  2. Clang 3.3 and later
  3. MSVC 12.0 and later i.e. Visual Studio 2013 and later

How do I build the SDK from source?

See the detailed step-by-step guide to get started.

I'm stuck with an old compiler (pre-C++11), how can I use the SDK?

Coming soon

What versioning scheme do you follow?

Coming soon

What is the deal with InitAPI and ShutdownAPI?

Coming soon

Why do you have Aws::String? How is it different from std::string?

Coming soon

CMake build options

Coming soon