diff options
author | gdt <gdt> | 2004-11-23 17:19:21 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-11-23 17:19:21 +0000 |
commit | 5983ef767ec91fb77175c89ec9ca0db60ccb663c (patch) | |
tree | 33ea4b4e3645ce689c0189d3997360a68dfa6155 | |
parent | d42eb54f55c75fdec4534ba7283ac6796c89cde5 (diff) | |
download | quagga-5983ef767ec91fb77175c89ec9ca0db60ccb663c.tar.bz2 quagga-5983ef767ec91fb77175c89ec9ca0db60ccb663c.tar.xz |
Note C99 requirement.
-rw-r--r-- | INSTALL.quagga.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt index 8f96e5af..27d011f6 100644 --- a/INSTALL.quagga.txt +++ b/INSTALL.quagga.txt @@ -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 |