Diff for /embedaddon/quagga/INSTALL.quagga.txt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2016/11/02 10:09:10
Line 16  workarounds for POSIX non-compliance are welcome. Line 16  workarounds for POSIX non-compliance are welcome.
   
 It is considered a bug if Quagga fails to build and run on any of the  It is considered a bug if Quagga fails to build and run on any of the
 following systems (where .x indicates the most recent release), or  following systems (where .x indicates the most recent release), or
such systems "-current" versions.  (Note that considering it a bug issuch systems "-current" versions.  Or, it might be that this list is
 out of date and will be updated.  (Note that considering it a bug is
 not a guarantee of support, merely "we agree that it is broken".)  not a guarantee of support, merely "we agree that it is broken".)
   
   Dragonfly ?    Dragonfly ?
  FreeBSD 4.x     [In 2007, this is getting tenous.]  FreeBSD (stable branches currently supported, plus perhaps one)
  FreeBSD 5.x 
  FreeBSD 6.x 
   FreeBSD-current    FreeBSD-current
   Linux [kernel/distribution information needed]    Linux [kernel/distribution information needed]
   NetBSD 2.x    [Note texinfo 4.6  in base system]  
   NetBSD 3.x  
   NetBSD 4.x    NetBSD 4.x
     NetBSD 5.x
     NetBSD 6.x
   NetBSD-current    NetBSD-current
   OpenBSD ? [info needed on what should work]    OpenBSD ? [info needed on what should work]
  Solaris 9  Solaris (modern/supported versions, including OpenSolaris forks) 
  Solaris 10 
   
   On BSD systems, installing libexecinfo is strongly recommended in order
   to get backtrace support.
   
 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  configuration of the software, please read the Quagga info
Line 49  The Quagga website (http://www.quagga.net) currently h Line 49  The Quagga website (http://www.quagga.net) currently h
 files available in various formats.  files available in various formats.
   
 --------------------------------------------------------------------------  --------------------------------------------------------------------------
Building Quagga from CVS checkouts:Building Quagga from git checkouts:
   
In order to build from CVS, you will need recent versions of several GNUIn order to build from git, you will need recent versions of several GNU
 tools, particularly autoconf, automake, libtool, GNU awk and texinfo.  Note  tools, particularly autoconf, automake, libtool, GNU awk and texinfo.  Note
 that the CVS snapshots on the Quagga website should not require these tools;  that the CVS snapshots on the Quagga website should not require these tools;
 everything is already setup ready to run 'configure'.  If you have trouble  everything is already setup ready to run 'configure'.  If you have trouble
Line 64  a bug.  Required versions can be moved earlier if no p Line 64  a bug.  Required versions can be moved earlier if no p
 later after a judgement that a system without a higher version is  later after a judgement that a system without a higher version is
 deficient is made.  deficient is made.
   
           [TODO: this list is out of date as of 2013-07]
         automake:       1.9.6 (released 2005-07-10)          automake:       1.9.6 (released 2005-07-10)
         autoconf:       2.59 (2.60 on 2006-06-26 is too recent to require)          autoconf:       2.59 (2.60 on 2006-06-26 is too recent to require)
         libtool:        1.5.22 (released 2005-12-18)          libtool:        1.5.22 (released 2005-12-18)
         texinfo:        4.7 (released 2004-04-10; 4.8 is not yet common)          texinfo:        4.7 (released 2004-04-10; 4.8 is not yet common)
         GNU AWK:        3.1.5 (released 2005-08-12)          GNU AWK:        3.1.5 (released 2005-08-12)
   
Becuase some systems provide texinfo 4.6 (4.7 is new), quagga.info isFor running tests, one also needs:
 
         DejaGnu:
 
 [TODO: texinfo 4.6 is now ancient and this should be revisited/fixed]
 Because some systems provide texinfo 4.6 (4.7 is new), quagga.info is
 checked in so that texinfo will generally not be invoked.  When  checked in so that texinfo will generally not be invoked.  When
 texinfo 4.7 is widespread, quagga.info will be removed from CVS and  texinfo 4.7 is widespread, quagga.info will be removed from CVS and
 texinfo will become required again.  (4.7 has figure support, needed  texinfo will become required again.  (4.7 has figure support, needed
Line 91  instructions. Line 97  instructions.
 Notes on required versions:  Notes on required versions:
   
 The general goal is to use a modern baseline of tools, while not  The general goal is to use a modern baseline of tools, while not
imposing pain on those tracking stable distributions.  The notes belowimposing pain on those tracking supported (or almost supported) stable
explain what versions are present in various environments.distributions.  The notes below explain what versions are present in
 various environments.
   
NetBSD 1.6 and 2 provide texinfo 4.6.  This is now considered old.NetBSD 4 provides texinfo 4.7.
NetBSD 3 and 4 provide texinfo 4.7.NetBSD 5 and 6 provides texinfo 4.8
   
 Fedora Core ? provides autoconf 2.59.  Fedora Core ? provides autoconf 2.59.
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>