From: Ondrej Filip Date: Mon, 12 Aug 2019 13:01:21 +0000 (+0200) Subject: Version 1.x.x uses "legacy" git branch. Thanks Vicent Bernat for the notification. X-Git-Tag: v1.6.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7300d79be91962e52c678c179e3b81a874a66673;p=thirdparty%2Fbird.git Version 1.x.x uses "legacy" git branch. Thanks Vicent Bernat for the notification. --- diff --git a/INSTALL b/INSTALL index b3f66f135..2b86ad5b5 100644 --- a/INSTALL +++ b/INSTALL @@ -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