summaryrefslogtreecommitdiffstats
path: root/doc/developer/building-frr-for-centos6.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add documentation for MGMT daemonPushpasis Sarkar2023-03-221-1/+1
| | | | | | | | | | This commit adds user documentation for the new MGMT daemon and new FRR Management Framework. Co-authored-by: Yash Ranjan <ranjany@vmware.com> Co-authored-by: Abhinay Ramesh <rabhinay@vmware.com> Co-authored-by: Ujwal P <ujwalp@vmware.com> Signed-off-by: Pushpasis Sarkar <pushpasis@gmail.com>
* build: remove --enable-exampledirDavid Lamparter2021-06-241-1/+0
| | | | | | This is no longer used with the recent config example removal. Signed-off-by: David Lamparter <equinox@diac24.net>
* doc: add libelf to build docsDavid Lamparter2021-02-241-1/+2
| | | | Signed-off-by: David Lamparter <equinox@diac24.net>
* docs: document libyang build magic (from Martin) for centos 6Lou Berger2020-03-201-1/+13
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* doc: Replace wrong paths for centos/fedora source build instructionsDonatas Abraitis2020-01-091-4/+4
| | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* doc: suggest the installation of the libcap development libraryRenato Westphal2019-08-061-1/+1
| | | | | | | | | | All FRR Linux packages are built using libcap-dev (or libcap-devel) installed in the system. Update the build instructions to suggest FRR developers to do the same. The main motivation for this is that the seteuid() system call is too expensive and overall less secure compared to using the Linux capabilities framework. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* build: refactor & revamp python autoconf logicDavid Lamparter2019-06-041-3/+2
| | | | Signed-off-by: David Lamparter <equinox@diac24.net>
* doc: remove unneeded build depsQuentin Young2019-03-291-1/+1
| | | | | | | | | | | Remove the following: * gawk * dejagnu Add the following for FreeBSD 9 and OpenBSD 6: * libexecinfo Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* Merge pull request #3996 from qlyoung/doc-move-rpm-to-devdocsDavid Lamparter2019-03-231-3/+4
|\ | | | | move rpm build doc to devdocs
| * doc: move rpm build doc to dev docsQuentin Young2019-03-221-3/+4
| | | | | | | | | | | | ------------{ <(O.O)> }------------ Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | doc: fix a couple of typosRuben Kerkhof2019-03-201-2/+2
|/ | | | | | Found with https://github.com/codespell-project/codespell Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
* doc: fix code-block syntax errorsQuentin Young2018-10-281-3/+3
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* doc: add build instructions for libyangRenato Westphal2018-10-271-0/+2
| | | | | | | These instructions are intended to be temporary until we have libyang packages available for all supported platforms. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* doc: simplify build instructionsRenato Westphal2018-10-101-7/+0
| | | | | | | Remove all --enable-xxx configuration flags for features that are enabled by default. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* doc: remove LibXML from the list of dependenciesRenato Westphal2018-10-101-2/+1
| | | | Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* doc: Fixup to use consistent frrvty group nameDonald Sharp2018-09-101-3/+3
| | | | | | | In some places we were using `frrvt` instead of `frrvty`. Make it consistent with every other place and use frrvty. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* build: move SPHINXBUILD= to configure in rpm buildDavid Lamparter2018-09-091-4/+5
| | | | | | Need to pass this on configure now to work properly. Signed-off-by: David Lamparter <equinox@diac24.net>
* doc: update misc build docsQuentin Young2018-08-311-100/+114
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* doc: rename building_frr_on* -> building_frr_for*Quentin Young2018-08-311-0/+255
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>