mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Adds INSTALL file.
This commit is contained in:
parent
050ceb867f
commit
0c8c86c825
30
INSTALL
Normal file
30
INSTALL
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user