Skip to content

Commit

Permalink
README.md: note minimal build requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Joerns <[email protected]>
  • Loading branch information
ejoerns committed Sep 29, 2023
1 parent af4535b commit c576445
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ $ ./rauc-hawkbit-updater -d -c config.conf
Compile
-------

Install build pre-requisites:

* meson
* libcurl
* libjson-glib

```shell
$ sudo apt-get update
$ sudo apt-get install meson libcurl4-openssl-dev libjson-glib-dev
```

```shell
$ meson setup build
$ ninja -C build
Expand Down

0 comments on commit c576445

Please sign in to comment.