summaryrefslogtreecommitdiff
path: root/INSTALL.quagga.txt
diff options
context:
space:
mode:
authorGreg Troxel <gdt@fnord.ir.bbn.com>2006-09-20 14:46:07 +0000
committerGreg Troxel <gdt@fnord.ir.bbn.com>2006-09-20 14:46:07 +0000
commit301e4fb0cfab692c9ec9cbd5fdcb50058547d7cf (patch)
treede1255b71c4e6b4797e843ccc96f8175a83eae95 /INSTALL.quagga.txt
parent0cd1c32dc36ad650d6e21d44c3b289982d1f62a0 (diff)
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.
Diffstat (limited to 'INSTALL.quagga.txt')
-rw-r--r--INSTALL.quagga.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt
index b1bab82f..4ed9a67f 100644
--- a/INSTALL.quagga.txt
+++ b/INSTALL.quagga.txt
@@ -1,4 +1,4 @@
-# $Id: INSTALL.quagga.txt,v 1.11 2005/08/10 15:07:02 gdt Exp $
+# $Id$
--------------------------------------------------------------------------
Building and Installing Quagga from releases or snapshots:
@@ -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