We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52892bd commit 47714d8Copy full SHA for 47714d8
1 file changed
README.md
@@ -30,17 +30,14 @@ is provided by code that been generated from a model of the service.
30
31
## Build from source
32
```
33
-git clone --branch 0.1.0 https://github.com/awslabs/aws-crt-java.git
+git clone --branch v0.1.1 https://github.com/awslabs/aws-crt-java.git
34
git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
35
cd aws-crt-java
36
-./build-deps.sh (or build_deps.bat on windows)
37
mvn package -Dmaven.test.skip=true
38
maven install:install-file -Dfile=target/aws-crt-java-1.0.jar -DpomFile=pom.xml
39
-cd ..
40
-cd aws-iot-device-sdk-java-v2
+cd ../aws-iot-device-sdk-java-v2
41
mvn package
42
maven install:install-file -Dfile=target/aws-iot-device-sdk-java-1.0-SNAPSHOT.jar -DpomFile=pom.xml
43
-
44
45
46
# Samples
0 commit comments