Diff for /embedaddon/bird/README between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/08/22 12:33:54 version 1.1.1.2, 2021/03/17 19:50:23
Line 6 Line 6
                 (c) 1998--2008  Martin Mares <mj@ucw.cz>                  (c) 1998--2008  Martin Mares <mj@ucw.cz>
                 (c) 1998--2000  Pavel Machek <pavel@ucw.cz>                  (c) 1998--2000  Pavel Machek <pavel@ucw.cz>
                 (c) 1998--2008  Ondrej Filip <feela@network.cz>                  (c) 1998--2008  Ondrej Filip <feela@network.cz>
                (c) 2009--2016  CZ.NIC z.s.p.o.                (c) 2009--2019  CZ.NIC z.s.p.o.
   
 ================================================================================  ================================================================================
   
Line 48  How to install BIRD Line 48  How to install BIRD
            ftp://bird.network.cz/pub/bird/redhat/             ftp://bird.network.cz/pub/bird/redhat/
         o  From source code of the latest stable release version          o  From source code of the latest stable release version
            ftp://bird.network.cz/pub/bird/             ftp://bird.network.cz/pub/bird/
        o  From source code of the actual development version        o  From current development code in Git repository
           git://git.nic.cz/bird.git 
            https://gitlab.labs.nic.cz/labs/bird/             https://gitlab.labs.nic.cz/labs/bird/
   
How to install BIRD from source codeSee the file INSTALL for information about installation from source code.
------------------------------------ 
   
         $  ./configure  
         $  make  
         $  su  
         #  make install  
         #  vi /usr/local/etc/bird.conf  
   
 See the file INSTALL for more information about installation from source code.  
   
 Documentation  Documentation
 =============  =============
   
 Online documentation is available at http://bird.network.cz/?get_doc or as HTML  Online documentation is available at http://bird.network.cz/?get_doc or as HTML
 files in the doc directory, you can install it by `make install-docs' and  files in the doc directory, you can install it by `make install-docs' and
 rebuild it by `make docs', but you'll need SGMLtools and LaTeX to be installed  rebuild it by `make docs', but you'll need SGMLtools and LaTeX to be installed
on your machine. You can also download a neatly formatted PostScript version ason your machine. You can also download a neatly formatted PDF version as
 a separate archive (bird-doc-*.tar.gz) from ftp://bird.network.cz/pub/bird/  a separate archive (bird-doc-*.tar.gz) from ftp://bird.network.cz/pub/bird/
   
 User support  User support

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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