diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-25 01:41:20 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-25 01:41:20 +0200 |
commit | 0c8c86c825f9cebf4c1d9f8d9cd57b2fad84d35b (patch) | |
tree | b833c1ef17140515d69420c849a90a6beb8b7fc3 /INSTALL | |
parent | 050ceb867fbb96395c6f7d3207acbb5fe57b8d1c (diff) | |
download | bird-0c8c86c825f9cebf4c1d9f8d9cd57b2fad84d35b.tar bird-0c8c86c825f9cebf4c1d9f8d9cd57b2fad84d35b.zip |
Adds INSTALL file.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,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 |