Fix dependency installation instructions for Fedora

This commit is contained in:
William Brawner 2020-01-07 19:11:55 -07:00
parent 7e599ee5f1
commit 0f5d8f5071

View file

@ -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: