Fix dependency installation instructions for Fedora
This commit is contained in:
parent
7e599ee5f1
commit
0f5d8f5071
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue