]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Add systemd-devel to fedora build instruction
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 12 Jun 2019 15:59:21 +0000 (11:59 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 12 Jun 2019 15:59:21 +0000 (11:59 -0400)
systemd-devel is a neccessary package for building frr, added to
the install list.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
doc/developer/building-frr-for-fedora.rst

index d11da2d647cb342edfd1792b4fa1ea23f2c6a0f3..0208f1146b401949597747862378d917a4b6eacf 100644 (file)
@@ -14,7 +14,7 @@ Installing Dependencies
    sudo dnf install git autoconf automake libtool make \
      readline-devel texinfo net-snmp-devel groff pkgconfig json-c-devel \
      pam-devel python3-pytest bison flex c-ares-devel python3-devel \
-     python3-sphinx perl-core patch
+     python3-sphinx perl-core patch systemd-devel
 
 .. include:: building-libyang.rst