File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ for a stable development environment.
12
12
This SDK is built on the AWS Common Runtime, a collection of libraries
13
13
([ 1] ( https://github.com/awslabs/aws-c-common ) ,
14
14
[ 2] ( https://github.com/awslabs/aws-c-io ) ,
15
- [ 3] ( https://github.com/awslabs/aws-c-mqtt ) , ...) written in C to be
15
+ [ 3] ( https://github.com/awslabs/aws-c-mqtt ) ,
16
+ [ 4] ( https://github.com/awslabs/aws-c-http ) ...) written in C to be
16
17
cross-platform, high-performance, secure, and reliable. The libraries are bound
17
18
to C++ by the [ aws-crt-cpp] ( https://github.com/awslabs/aws-crt-cpp ) package.
18
19
@@ -29,7 +30,7 @@ is provided by code that been generated from a model of the service.
29
30
30
31
## Build from source
31
32
```
32
- git clone --branch v0.1.4 https://github.com/awslabs/aws-crt-cpp.git
33
+ git clone --branch v0.2.0 https://github.com/awslabs/aws-crt-cpp.git
33
34
git clone https://github.com/awslabs/aws-iot-device-sdk-cpp-v2.git
34
35
mkdir aws-crt-cpp-build
35
36
cd aws-crt-cpp-build
You can’t perform that action at this time.
0 commit comments