]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - README
Merge branch 'master' into mq-filter-stack
[thirdparty/bird.git] / README
diff --git a/README b/README
index 5a6d934d166d031fa4d1d849342a3c41edf8a533..6ff691e835ecc63bfcd6b9f359ffd1ae0213d0c2 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
                 (c) 1998--2008  Martin Mares <mj@ucw.cz>
                 (c) 1998--2000  Pavel Machek <pavel@ucw.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.
 
 ================================================================================
 
@@ -19,7 +19,7 @@ Public License.
 What do we support
 ==================
 
-       o  Both IPv4 and IPv6 (use --enable-ipv6 when configuring)
+       o  Both IPv4 and IPv6
        o  Multiple routing tables
        o  Border Gateway Protocol (BGPv4)
        o  Routing Information Protocol (RIPv2, RIPng)
@@ -48,20 +48,10 @@ How to install BIRD
           ftp://bird.network.cz/pub/bird/redhat/
        o  From source code of the latest stable release version
           ftp://bird.network.cz/pub/bird/
-       o  From source code of the actual development version
-          git://git.nic.cz/bird.git
+       o  From current development code in Git repository
           https://gitlab.labs.nic.cz/labs/bird/
 
-How to install BIRD 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.
+See the file INSTALL for information about installation from source code.
 
 Documentation
 =============
@@ -69,7 +59,7 @@ Documentation
 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
 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 as
+on 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/
 
 User support