blob: 38784fe68df2e7958cabe0557ea3973e3dea97b7 (
plain)
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
28
29
30
|
How to install BIRD
===================
$ ./configure
$ make
# make install
Default location for configuration file is /usr/local/etc/bird.conf and
for control socket is /usr/local/var/run/bird.ctl . You can change that
by --sysconfdir and --localstatedir configure options.
Requirements
============
For compiling BIRD you need these programs and libraries:
- GNU C Compiler
- GNU Make
- GNU Bison
- GNU M4
- Flex
- ncurses library
- GNU Readline library (2.1 or newer)
For compiling BIRD documentation you also need:
- Linuxdoc-Tools
- LaTeX
|