]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Adds INSTALL file.
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 24 May 2009 23:41:20 +0000 (01:41 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 24 May 2009 23:41:20 +0000 (01:41 +0200)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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