summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-archlinux.rst
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-12-30 22:40:07 +0000
committerChristian Hopps <chopps@labn.net>2023-12-31 13:51:21 +0000
commitc00002d0d061cf44dc986a6adaa434d9bfa43b3d (patch)
tree1f1b7bd04d9a5dbcb0af6ff3e322356b16e9d797 /doc/developer/building-frr-for-archlinux.rst
parent353ee7bb819d5f06a180a1d062b47006456a98c7 (diff)
build: protobuf is required so update building docs
- recommend using libyang 2.1.128 but accept 2.0.0 for now. - update ubuntu building doc to add GRPC section - update ubuntu reference docker builds to match grpc doc change Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc/developer/building-frr-for-archlinux.rst')
-rw-r--r--doc/developer/building-frr-for-archlinux.rst8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/developer/building-frr-for-archlinux.rst b/doc/developer/building-frr-for-archlinux.rst
index 406d22d618..8b0df217a0 100644
--- a/doc/developer/building-frr-for-archlinux.rst
+++ b/doc/developer/building-frr-for-archlinux.rst
@@ -11,18 +11,12 @@ Installing Dependencies
git autoconf automake libtool make cmake pcre readline texinfo \
pkg-config pam json-c bison flex python-pytest \
c-ares python python2-ipaddress python-sphinx \
- net-snmp perl libcap libelf libunwind
+ net-snmp perl libcap libelf libunwind protobuf-c
.. include:: building-libunwind-note.rst
.. include:: building-libyang.rst
-Protobuf
-^^^^^^^^
-
-.. code-block:: console
-
- sudo pacman -S protobuf-c
ZeroMQ
^^^^^^