diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-09 16:46:41 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-16 12:59:22 +0200 |
commit | e40542ef3a415d163a5ff5fee26c888fead79fa6 (patch) | |
tree | a99e6537f21ca774da8ae77bf37c19cbc3b1e2f6 /INSTALL | |
parent | c253ec3a9c45cfce3661f38bc2f5156d4bdd7969 (diff) |
Minor autoconf cleanup and documentation update
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 |