Annotation of embedaddon/bird/INSTALL, revision 1.1

1.1     ! misho       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>