diff options
author | Ondrej Filip <feela@network.cz> | 2019-08-12 15:01:21 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2019-08-12 15:01:21 +0200 |
commit | 7300d79be91962e52c678c179e3b81a874a66673 (patch) | |
tree | b894dcd40c46989d8f5cf52953b9b945b49b594d | |
parent | a6622bd2046970da997c7d08dc08405613917991 (diff) |
Version 1.x.x uses "legacy" git branch. Thanks Vicent Bernat for the notification.
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -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 |