diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-09 17:37:38 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-09 17:37:38 +0200 |
commit | fd1f355b7b24f354f7d57f127911b4fd98354b34 (patch) | |
tree | df857122e33422c4e72057b4a301f9cec61363bd /INSTALL | |
parent | 525a88d87930d01d4301e2723dda3dca208cd3d4 (diff) | |
parent | 71652572e35bfeea2f346b7c700a3050bf27e466 (diff) |
Merge branch 'master' into int-new
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |