Skip to content

Commit

Permalink
Added version numbers to the dependencies (#740)
Browse files Browse the repository at this point in the history
Co-authored-by: Anubhav Rawal <[email protected]>
  • Loading branch information
n9wxu and rawalexe authored Dec 13, 2024
1 parent 7568181 commit dcbf940
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,8 @@ init system.

## Dependencies

This project uses the following third party library dependencies:

- openssl
- libcurl >= 7.86
- sqlite
- libyaml
- libsystemd
- liburiparser
- libuuid
- libevent
- libzip
- libcgroup-tools

On Ubuntu, these can be installed with:
This project uses third party library dependencies on Ubuntu > 24.04, these can
be installed with:

```sh
sudo apt install libssl-dev libcurl4-openssl-dev libsqlite3-dev libyaml-dev \
Expand Down
17 changes: 17 additions & 0 deletions docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ directory you intend to use as the Greengrass root path.
The following examples assume you are using `./build` as the build directory,
and `/var/lib/greengrass` as the Greengrass root path.

## Dependencies

This project uses the following third party library dependencies:

| Library | Minimum Version Required |
| --------------- | ------------------------ |
| openssl | 3.0 |
| libcurl | 7.86 |
| sqlite | 3.46.0 |
| libyaml | 0.2.2 |
| libsystemd | 249 |
| liburiparser | 0.9.6 |
| libuuid | 2.37.2 |
| libevent | 2.1.12 |
| libzip | 1.7.3 |
| libcgroup-tools | 2.0 |

## Configuring Greengrass

You may configure a single device with the instruction below or a fleet of
Expand Down

0 comments on commit dcbf940

Please sign in to comment.