diff options
author | gdt <gdt> | 2006-09-20 14:46:07 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-09-20 14:46:07 +0000 |
commit | 80db121c97f84a14569b97b8f25265bb952ee543 (patch) | |
tree | f33eca6ac84c33da5c2710089462e78cbf77fbcc | |
parent | db8533f5a85f9a36afde0397a290e6c5711df4f8 (diff) | |
download | quagga-80db121c97f84a14569b97b8f25265bb952ee543.tar.bz2 quagga-80db121c97f84a14569b97b8f25265bb952ee543.tar.xz |
Add recent NetBSD/FreeBSD versions to list of what ought to work.
Add Dragonfly.
Clarify that the C99 requirement includes libraries and headers, not
just compiler.
-rw-r--r-- | INSTALL.quagga.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt index d3913ab8..4ed9a67f 100644 --- a/INSTALL.quagga.txt +++ b/INSTALL.quagga.txt @@ -6,7 +6,8 @@ Building and Installing Quagga from releases or snapshots: The 'INSTALL' file contains generic instructions on how to use 'configure' scripts. -Quagga requires a C compiler supporting the C99 standard. +Quagga requires a C compiler (and associated header files and +libraries) supporting the C99 standard. Quagga requires a reasonable make. It is considered a bug if quagga does not compile with the system make on recent FreeBSD, NetBSD or @@ -20,11 +21,17 @@ following systems (where .x indicates the most recent release), or such systems "-current" versions. (Note that considering it a bug is not a guarantee of support, merely "we agree that it is broken".) + Dragonfly ? FreeBSD 4.x FreeBSD 5.x + FreeBSD 6.x + FreeBSD-current Linux [kernel/distribution information needed] NetBSD 1.6.x NetBSD 2.x + NetBSD 3.x + NetBSD 4.x + NetBSD-current OpenBSD ? [info needed on what should work] Solaris 9 Solaris 10 |