From 0f5d8f5071376d98b7f184335524a72417790bba Mon Sep 17 00:00:00 2001 From: William Brawner Date: Tue, 7 Jan 2020 19:11:55 -0700 Subject: [PATCH] Fix dependency installation instructions for Fedora --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9709e3a..fa2e49d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,11 @@ PiHelper depends on cmake, curl, openssl, and json-c. On Fedora you can install following command: sudo dnf install cmake \ + make \ gcc \ gcc-c++ \ libcurl-devel \ - openssl-curl \ + openssl-devel \ json-c-devel Once you have the dependencies installed, you can build the project with cmake: