Skip to content

Commit

Permalink
Added prerequisites to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomagdy authored May 21, 2019
1 parent 55cd3f4 commit 0aa9a66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ C++ implementation of the lambda runtime API
## Building and Installing the Runtime
Since AWS Lambda runs on GNU/Linux, you should build this runtime library and your logic on GNU/Linux as well.

### Prerequisites
Make sure you have the following packages installed first:
1. CMake (version 3.5 or later)
1. git
1. Make or Ninja
1. zip
1. libcurl-devel (on Debian-basded distros it's libcurl4-openssl-dev)

In a terminal, run the following commands:
```bash
Expand Down

0 comments on commit 0aa9a66

Please sign in to comment.