mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Version 1.x.x uses "legacy" git branch. Thanks Vicent Bernat for the notification.
This commit is contained in:
parent
a6622bd204
commit
7300d79be9
6
INSTALL
6
INSTALL
@ -1,5 +1,5 @@
|
|||||||
How to install BIRD
|
How to install BIRD 1.x.x
|
||||||
===================
|
=========================
|
||||||
|
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ 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
|
also need Git (to download the source code) and Autoconf (to generate
|
||||||
the configure script and associated files using 'autoreconf' tool):
|
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
|
$ cd bird
|
||||||
$ autoreconf
|
$ autoreconf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user