summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-09 17:37:38 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-09 17:37:38 +0200
commitfd1f355b7b24f354f7d57f127911b4fd98354b34 (patch)
treedf857122e33422c4e72057b4a301f9cec61363bd /INSTALL
parent525a88d87930d01d4301e2723dda3dca208cd3d4 (diff)
parent71652572e35bfeea2f346b7c700a3050bf27e466 (diff)
Merge branch 'master' into int-new
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 11 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 38784fe6..a0b107ef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,13 +9,23 @@ 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.
+To compile current development BIRD source code from Git repository, you
+also need Git (to download the source code) and Autoconf (to generate
+the configure script and associated files using 'autoreconf' tool):
+
+$ git clone git://git.nic.cz/bird.git
+$ cd bird
+$ autoreconf
+
+Then continue as in usual installation above.
+
Requirements
============
For compiling BIRD you need these programs and libraries:
- - GNU C Compiler
+ - GNU C Compiler (or LLVM Clang)
- GNU Make
- GNU Bison
- GNU M4