]> git.ipfire.org Git - thirdparty/bird.git/blame - INSTALL
Main: Improve BIRD help messages
[thirdparty/bird.git] / INSTALL
CommitLineData
0c8c86c8
OZ
1How to install BIRD
2===================
3
4$ ./configure
5$ make
6# make install
7
8Default location for configuration file is /usr/local/etc/bird.conf and
9for control socket is /usr/local/var/run/bird.ctl . You can change that
10by --sysconfdir and --localstatedir configure options.
11
12
13Requirements
14============
15
16For compiling BIRD you need these programs and libraries:
17
18 - GNU C Compiler
19 - GNU Make
20 - GNU Bison
21 - GNU M4
22 - Flex
23
24 - ncurses library
25 - GNU Readline library (2.1 or newer)
26
27For compiling BIRD documentation you also need:
28
29 - Linuxdoc-Tools
30 - LaTeX