diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-06-28 03:08:55 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-06-28 03:08:55 +0200 |
commit | 8400033687339f21952c58f503aa30de0e4f31e3 (patch) | |
tree | f4f376fa6e80c370047928ec262922428f5a80ee /doc | |
parent | lib: fix CLI parser memleak (diff) | |
download | frr-8400033687339f21952c58f503aa30de0e4f31e3.tar.xz frr-8400033687339f21952c58f503aa30de0e4f31e3.zip |
doc: Update to reflect Python Development Library dependency for all builds
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Building_FRR_on_CentOS6.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Building_FRR_on_CentOS6.md b/doc/Building_FRR_on_CentOS6.md index 9f40418ff..d88f8144a 100644 --- a/doc/Building_FRR_on_CentOS6.md +++ b/doc/Building_FRR_on_CentOS6.md @@ -46,8 +46,7 @@ Install newer version of autoconf and automake (Package versions are too old) sudo make install cd .. -Install `Python 2.7` in parallel to default 2.6 (needed for `make check` to -run unittests). +Install `Python 2.7` in parallel to default 2.6 Make sure you've install EPEL (`epel-release` as above). Then install current `python2.7` and `pytest` |