mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 20:15:08 +00:00
2005-06-28 Paul Jakma <paul.jakma@sun.com>
* INSTALL.quagga.txt: GNU make is required now, because of manual automatic rules in solaris/Makefile.am. (If someone knows how to do these in a better way..). GNU AWK is required for CVS checkout builds.
This commit is contained in:
parent
34956b3123
commit
7cad40007b
@ -1,3 +1,10 @@
|
|||||||
|
2005-06-28 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
|
* INSTALL.quagga.txt: GNU make is required now, because of manual
|
||||||
|
automatic rules in solaris/Makefile.am. (If someone knows how
|
||||||
|
to do these in a better way..).
|
||||||
|
GNU AWK is required for CVS checkout builds.
|
||||||
|
|
||||||
2005-06-01 Paul Jakma <paul.jakma@sun.com>
|
2005-06-01 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* NEWS: bgpd work queues and ripd auth-mode change
|
* NEWS: bgpd work queues and ripd auth-mode change
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: INSTALL.quagga.txt,v 1.9 2005/04/02 17:13:33 paul Exp $
|
# $Id: INSTALL.quagga.txt,v 1.10 2005/06/28 00:19:48 paul Exp $
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
Building and Installing Quagga from releases or snapshots:
|
Building and Installing Quagga from releases or snapshots:
|
||||||
@ -6,13 +6,7 @@ Building and Installing Quagga from releases or snapshots:
|
|||||||
The 'INSTALL' file contains generic instructions on how to use 'configure'
|
The 'INSTALL' file contains generic instructions on how to use 'configure'
|
||||||
scripts.
|
scripts.
|
||||||
|
|
||||||
Quagga requires a C compiler supporting the C99 standard.
|
Quagga requires a C compiler supporting the C99 standard and GNU make.
|
||||||
|
|
||||||
Quagga can be compiled with either BSD make or GNU make.
|
|
||||||
GNU make 3.80 is known to work.
|
|
||||||
The following system makes are known to work
|
|
||||||
NetBSD 1.6.2
|
|
||||||
NetBSD 2.0
|
|
||||||
|
|
||||||
For further Quagga specific information on 'configure' and build-time
|
For further Quagga specific information on 'configure' and build-time
|
||||||
configuration of the software, please read the Quagga info documentation,
|
configuration of the software, please read the Quagga info documentation,
|
||||||
@ -35,10 +29,11 @@ available online.
|
|||||||
Building Quagga from CVS checkouts:
|
Building Quagga from CVS checkouts:
|
||||||
|
|
||||||
In order to build from CVS, you will need recent versions of several GNU
|
In order to build from CVS, you will need recent versions of several GNU
|
||||||
tools, particularly autoconf, automake, libtool and texinfo. Note that the
|
tools, particularly autoconf, automake, libtool, GNU awk and texinfo. Note
|
||||||
CVS snapshots on the Quagga website do not require these tools; everything
|
that the CVS snapshots on the Quagga website should not require these tools;
|
||||||
is already setup ready to run 'configure'. If you have trouble building
|
everything is already setup ready to run 'configure'. If you have trouble
|
||||||
from CVS checkout it is recommended that you try a CVS snapshot instead.
|
building from CVS checkout it is recommended that you try a CVS snapshot
|
||||||
|
instead.
|
||||||
|
|
||||||
If you are building from plain CVS checkouts, the versions which
|
If you are building from plain CVS checkouts, the versions which
|
||||||
should work at least with:
|
should work at least with:
|
||||||
@ -47,6 +42,7 @@ should work at least with:
|
|||||||
autoconf: 2.59
|
autoconf: 2.59
|
||||||
libtool: 1.5.6
|
libtool: 1.5.6
|
||||||
texinfo: 4.7
|
texinfo: 4.7
|
||||||
|
GNU AWK: 3.1
|
||||||
|
|
||||||
Texinfo is not actually required since quagga.info is checked in.
|
Texinfo is not actually required since quagga.info is checked in.
|
||||||
When texinfo 4.7 is widespread, it will be removed and texinfo will
|
When texinfo 4.7 is widespread, it will be removed and texinfo will
|
||||||
|
Loading…
Reference in New Issue
Block a user