diff options
| author | Russ White <russ@riw.us> | 2021-11-11 08:08:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-11 08:08:19 -0500 |
| commit | eda02ab9da1ba02199ba85d203bdbd6a6e9050b1 (patch) | |
| tree | 1fcbfcb7ab7459671d4479a6be7aac3216fd82d0 /doc/developer/building-frr-for-ubuntu2004.rst | |
| parent | 83323dbf00168153b233c0d34ecb15168b3de9b7 (diff) | |
| parent | afb8fe93b1cf1e44c15fc0e65c18eda67cc04da2 (diff) | |
Merge pull request #10025 from opensourcerouting/xref-backtrace
lib: backtraces for specific log messages
Diffstat (limited to 'doc/developer/building-frr-for-ubuntu2004.rst')
| -rw-r--r-- | doc/developer/building-frr-for-ubuntu2004.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-ubuntu2004.rst b/doc/developer/building-frr-for-ubuntu2004.rst index 28e7ca6518..fdfc25da9d 100644 --- a/doc/developer/building-frr-for-ubuntu2004.rst +++ b/doc/developer/building-frr-for-ubuntu2004.rst @@ -15,7 +15,9 @@ Installing Dependencies pkg-config libpam0g-dev libjson-c-dev bison flex \ libc-ares-dev python3-dev python3-sphinx \ install-info build-essential libsnmp-dev perl \ - libcap-dev python2 libelf-dev + libcap-dev python2 libelf-dev libunwind-dev + +.. include:: building-libunwind-note.rst Note that Ubuntu 20 no longer installs python 2.x, so it must be installed explicitly. Ensure that your system has a symlink named |
