summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-05-28 13:58:51 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-05-28 13:58:51 +0200
commit7c3d06b087946cbea4affa4a814e72b7a3556833 (patch)
treeb26dcbddc726395f40fd66b1ac7a04fba5c0ac7e /INSTALL
parentf571473ef3f78f6e38558d306d4d16ce7797e26c (diff)
parent4c2507da687cdad1b9d147c1655e5ac46aaaa511 (diff)
downloadbird-7c3d06b087946cbea4affa4a814e72b7a3556833.tar
bird-7c3d06b087946cbea4affa4a814e72b7a3556833.zip
Merge branch 'dev' into ospf
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL30
1 files changed, 30 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..38784fe
--- /dev/null
+++ b/INSTALL
@@ -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