summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-archlinux.rst
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-11-10 12:16:40 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2021-11-10 15:30:56 +0100
commitafb8fe93b1cf1e44c15fc0e65c18eda67cc04da2 (patch)
tree8776eb1595cccf1caa2934daebe892aba30db3c1 /doc/developer/building-frr-for-archlinux.rst
parentde75bdc37b13bbaa23177f02d87d8be24553ef9d (diff)
doc: stick `libunwind` into build docs
It's strictly optional, but… the backtraces are really much better. Specifically, `libunwind` is notably more capable in figuring out function names compared to glibc/libexecinfo `backtrace_symbols()`. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc/developer/building-frr-for-archlinux.rst')
-rw-r--r--doc/developer/building-frr-for-archlinux.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-archlinux.rst b/doc/developer/building-frr-for-archlinux.rst
index af1677e89e..406d22d618 100644
--- a/doc/developer/building-frr-for-archlinux.rst
+++ b/doc/developer/building-frr-for-archlinux.rst
@@ -11,7 +11,9 @@ 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
+ net-snmp perl libcap libelf libunwind
+
+.. include:: building-libunwind-note.rst
.. include:: building-libyang.rst