File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,24 @@ to JS by the [awscrt](https://github.com/awslabs/aws-crt-nodejs) package.
20
20
* [ Giving Feedback and Contributions] ( #Giving-Feedback-and-Contributions )
21
21
22
22
## Installation
23
- ### Minimum Requirements
24
- * Node 10.x+
23
+ ### Check for minimum Requirements
24
+ * The AWS IoT Device SDK for JavaScript requires Node v10.0 or later.
25
+ ```
26
+ node -v
27
+ ```
28
+
29
+ ### Install the required libraries
30
+ ```
31
+ sudo apt-get install cmake
32
+ sudo apt-get install libssl-dev
33
+ ```
25
34
26
- ### Common Run Time
27
- The aws-crt package can be installed via npm
35
+ ### Install the AWS Common Runtime
28
36
```
29
37
npm install aws-crt
30
38
```
31
39
32
- ### Install from npm
40
+ ### Install the AWS IoT Device SDK
33
41
```
34
42
npm install aws-iot-device-sdk-v2
35
43
```
You can’t perform that action at this time.
0 commit comments