forked from dyninc/OpenBFDD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
executable file
·28 lines (20 loc) · 903 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Installation Instructions For OpenBFDD
*************************
=====================
+ Use the Wiki
=====================
This document contains only very minimal information. More detailed
information can be obtained on the projects GitHub wiki, currently located
at: https://github.com/dyninc/OpenBFDD/wiki
=====================
+ Basic Installation From Distribution Package
=====================
See the "Build and Install" wiki page at
https://github.com/dyninc/OpenBFDD/wiki/Building-the-OpenBFDD-Project for
more detailed build instructions.
If you are building OpenBFDD from a distribution package, the following
should build and install the package if run from the directory containing
the package source code:
./configure ; make ; make install
This will builds and install bfdd-beacon, bfdd-control and the manpages
for both of these.