diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-01-11 21:24:07 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-01-11 21:24:07 +0000 |
| commit | a4bd134433fd2aaa1d814163ac7b29acc444654a (patch) | |
| tree | 6f1d1beb7369a190e7aed5bce8ce99c9bfd63a05 /INSTALL | |
| parent | 980b6e45aaf200a759c883374991028300774958 (diff) | |
Notes
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ support are built conditionally. Typically, build will be performed using: ./configure make +If doing development work on OpenBSM with gcc, the following invocation of +configure may be preferred in order to generate full compiler warnings and +force the compile to fail if a warning is found: + + CFLAGS="-Wall -Werror" ./configure + To install, use: make install |
