Commit 7300d79b authored by Ondrej Filip's avatar Ondrej Filip
Browse files

Version 1.x.x uses "legacy" git branch. Thanks Vicent Bernat for the notification.

parent a6622bd2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
How to install BIRD
===================
How to install BIRD 1.x.x
=========================

$ ./configure
$ make
@@ -15,7 +15,7 @@ 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 https://gitlab.labs.nic.cz/labs/bird/
$ git clone https://gitlab.labs.nic.cz/labs/bird/ -b legacy
$ cd bird
$ autoreconf