diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-23 15:35:41 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-23 15:35:41 +0000 |
| commit | ac40b262ef4d2be3c0bbf20fbddca1c19a09a6a4 (patch) | |
| tree | 2d0ae64284e7a656a9b340120b07e21c1bf55e31 | |
| parent | 79871dbfcfdf018691d73b514b006ca3b058ac9f (diff) | |
doc: remove duplicated packages from dep list
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rw-r--r-- | doc/developer/building-frr-on-ubuntu1204.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-on-ubuntu1204.rst b/doc/developer/building-frr-on-ubuntu1204.rst index e646180aca..459d411ebc 100644 --- a/doc/developer/building-frr-on-ubuntu1204.rst +++ b/doc/developer/building-frr-on-ubuntu1204.rst @@ -15,8 +15,8 @@ Add packages: apt-get install \ git autoconf automake libtool make gawk libreadline-dev texinfo \ - libpam0g-dev dejagnu libjson0-dev pkg-config libpam0g-dev libjson0-dev \ - flex python-pip libc-ares-dev python3-dev python3-sphinx install-info + dejagnu pkg-config libpam0g-dev libjson0-dev flex python-pip \ + libc-ares-dev python3-dev python3-sphinx install-info Install newer bison from 14.04 package source (Ubuntu 12.04 package source is too old) |
