diff options
author | gdt <gdt> | 2004-11-23 17:19:21 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-11-23 17:19:21 +0000 |
commit | 8686fc746cad9fda26812c88df5faaff0f418650 (patch) | |
tree | 7020bb9b8f8abf0409b564298d601d9b742a5a7c | |
parent | 9c3f5e6b5de7d9ef5b88246d7486fa9f9afae149 (diff) |
Note C99 requirement.
-rw-r--r-- | INSTALL.quagga.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt index 72cbd978..6ba14624 100644 --- a/INSTALL.quagga.txt +++ b/INSTALL.quagga.txt @@ -1,4 +1,4 @@ -# $Id: INSTALL.quagga.txt,v 1.7 2004/11/23 12:21:16 gdt Exp $ +# $Id: INSTALL.quagga.txt,v 1.8 2004/11/23 17:19:21 gdt Exp $ -------------------------------------------------------------------------- Building and Installing Quagga from releases or snapshots: @@ -6,6 +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 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 |