diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-12 22:53:55 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-19 17:51:34 +0100 |
commit | b02525800bb77f5dfca8aef66649bc00587880de (patch) | |
tree | ea1074e53aa53b882bab897f00fcea9523689908 /doc/developer/building-frr-for-ubuntu1804.rst | |
parent | Merge pull request #3781 from donaldsharp/pbr_debug (diff) | |
download | frr-b02525800bb77f5dfca8aef66649bc00587880de.tar.xz frr-b02525800bb77f5dfca8aef66649bc00587880de.zip |
doc: update build dependencies for debian systems
Add build-essential and, for platforms with systemd, libsystemd-dev to
the package list for builds
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/building-frr-for-ubuntu1804.rst')
-rw-r--r-- | doc/developer/building-frr-for-ubuntu1804.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-ubuntu1804.rst b/doc/developer/building-frr-for-ubuntu1804.rst index 110bc6a0e..089d5a216 100644 --- a/doc/developer/building-frr-for-ubuntu1804.rst +++ b/doc/developer/building-frr-for-ubuntu1804.rst @@ -13,7 +13,7 @@ Required packages git autoconf automake libtool make gawk libreadline-dev texinfo \ pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \ libc-ares-dev python3-dev libsystemd-dev python-ipaddress \ - python3-sphinx install-info + python3-sphinx install-info build-essential libsystemd-dev .. include:: building-libyang.rst |