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: following command:
sudo dnf install cmake \ sudo dnf install cmake \
make \
gcc \ gcc \
gcc-c++ \ gcc-c++ \
libcurl-devel \ libcurl-devel \
openssl-curl \ openssl-devel \
json-c-devel json-c-devel
Once you have the dependencies installed, you can build the project with cmake: Once you have the dependencies installed, you can build the project with cmake: