summaryrefslogtreecommitdiffstats
path: root/INSTALL.quagga.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add recent NetBSD/FreeBSD versions to list of what ought to work.Greg Troxel2006-09-201-2/+9
| | | | | | | Add Dragonfly. Clarify that the C99 requirement includes libraries and headers, not just compiler.
* reworkgdt2005-08-101-23/+42
| | | | | | | | | | | | | | | | | clarify make (BSD make not working is a bug, and GNU make not working is a really serious bug) declare POSIX.2 as a semi-requirement, with notion that workarounds for non-posix must be clean. list OS versions for which not working is a bug. add instructions for using info and emacs/info, and remove admonition to use pinfo add note about GNU awk (really needed? BSD awk) Note that NetBSD 2.99.15 has texinfo 4.7
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-12/+8
| | | | | | | * 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-04-02 Paul Jakma <paul@dishone.st>paul2005-04-021-1/+5
| | | | | * INSTALL.quagga.txt: Add note about additional CVS build requirements, if one wishes to build ps/pdf docs.
* Note C99 requirement.gdt2004-11-231-1/+3
|
* note that OpenBSD versions are for 3.6.gdt2004-11-231-3/+3
|
* Note OpenBSD versions (thanks to Gernot W. Schmied).gdt2004-11-221-2/+12
| | | | | Note that texinfo is not really needed, since quagga.info is in CVS, and explain the situation.
* 2004-11-17 Paul Jakma <paul@dishone.st>paul2004-11-171-5/+1
| | | | | * INSTALL.quagga.txt: texinfo version corrected, so section on that 4.7-x being unknown is not needed.
* Note that autoreconf should be invoked as 'autoreconf -i'.ajs2004-11-151-2/+2
|
* Note that either BSD make or GNU make works, and note versions.gdt2004-11-151-14/+21
| | | | | Adjust required texinfo version to 4.7 from 4.7-4. Clarify quagga.info build process.
* Add $Id:$.gdt2004-11-151-1/+17
| | | | | | | | | | Add 'philosophy' note about balance between modern and being ok for those tracking stable. question 4.7-4 as a texinfo version (no such nomenclature on texinfo site - something specific to some Linux distribution?). Note that NetBSD provides texinfo 4.6 in the base system.
* 2004-11-12 Paul Jakma <paul@dishone.st>paul2004-11-121-0/+50
* INSTALL.quagga.txt: Some quagga specific INSTALL notes. * README: s/GNU Zebra/Quagga/ and refer to IS-IS support.