Explorar o código

Fix Fedora installation instructions

Update installation instructions so that the following error won't occur:

gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory
error: command 'gcc' failed with exit status 1
Janne K %!s(int64=9) %!d(string=hai) anos
pai
achega
257995d185
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      docs/installation.rst

+ 1 - 0
docs/installation.rst

@@ -162,6 +162,7 @@ Install the dependencies with development headers::
     sudo dnf install libacl-devel libacl
     sudo dnf install lz4-devel
     sudo dnf install gcc gcc-c++
+    sudo dnf install redhat-rpm-config
     sudo dnf install fuse-devel fuse pkgconfig         # optional, for FUSE support