Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@ to JS by the [awscrt](https://github.com/awslabs/aws-crt-nodejs) package.
node -v
```

### Install the required libraries
### Install the required libraries using apt
```
sudo apt-get install cmake
sudo apt-get install libssl-dev
```

### Install the required libraries using yum
```
sudo yum install cmake
sudo yum install openssl-devel
```

### Install the AWS Common Runtime
```
npm install aws-crt
Expand Down