summaryrefslogtreecommitdiffstats
path: root/doc/developer/building-frr-for-ubuntu1804.rst
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-02-12 22:53:55 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-02-19 17:51:34 +0100
commitb02525800bb77f5dfca8aef66649bc00587880de (patch)
treeea1074e53aa53b882bab897f00fcea9523689908 /doc/developer/building-frr-for-ubuntu1804.rst
parentMerge pull request #3781 from donaldsharp/pbr_debug (diff)
downloadfrr-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.rst2
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