File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ is provided by code that been generated from a model of the service.
31
31
32
32
## Build from source
33
33
```
34
- git clone --branch v0.4.2 https://github.com/awslabs/aws-crt-cpp.git
34
+ git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
35
35
git clone https://github.com/awslabs/aws-iot-device-sdk-cpp-v2.git
36
36
mkdir aws-crt-cpp-build
37
37
cd aws-crt-cpp-build
Original file line number Diff line number Diff line change 17
17
18
18
# build aws-crt-cpp
19
19
pushd $BUILD_PATH
20
- git clone --branch v0.4.0 https://github.com/awslabs/aws-crt-cpp.git
20
+ git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
21
21
cd aws-crt-cpp
22
22
cmake $CMAKE_ARGS -DBUILD_DEPS=ON ./
23
23
cmake --build . --target install
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mkdir %INSTALL_DIR%
8
8
@ rem build aws-crt-cpp
9
9
mkdir %BUILDS_DIR% \aws-crt-cpp-build
10
10
cd %BUILDS_DIR% \aws-crt-cpp-build
11
- git clone --branch v0.4.0 https://github.com/awslabs/aws-crt-cpp.git
11
+ git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
12
12
cmake %CMAKE_ARGS% -DCMAKE_INSTALL_PREFIX=" %INSTALL_DIR% " -DCMAKE_PREFIX_PATH=" %INSTALL_DIR% " -DCMAKE_BUILD_TYPE=" Release" -DBUILD_DEPS=ON aws-crt-cpp || goto error
13
13
cmake --build . --target install || goto error
14
14
You can’t perform that action at this time.
0 commit comments