File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / INSTALL
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 22 12:33:54 2017 UTC (6 years, 10 months ago) by misho
Branches: bird, MAIN
CVS tags: v1_6_3p0, v1_6_3, HEAD
bird 1.6.3

    1: How to install BIRD
    2: ===================
    3: 
    4: $ ./configure
    5: $ make
    6: # make install
    7: 
    8: Default location for configuration file is /usr/local/etc/bird.conf and
    9: for control socket is /usr/local/var/run/bird.ctl . You can change that
   10: by --sysconfdir and --localstatedir configure options.
   11: 
   12: 
   13: Requirements
   14: ============
   15: 
   16: For compiling BIRD you need these programs and libraries:
   17: 
   18:  - GNU C Compiler
   19:  - GNU Make
   20:  - GNU Bison
   21:  - GNU M4
   22:  - Flex
   23: 
   24:  - ncurses library
   25:  - GNU Readline library (2.1 or newer)
   26: 
   27: For compiling BIRD documentation you also need:
   28: 
   29:  - Linuxdoc-Tools
   30:  - LaTeX

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>