Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / contrib / nslint-3.0a2 / INSTALL
blob54a4c97608b391fd1b0fc5122c0e03bc6cf34827
1 @(#) Id: INSTALL 238 2009-03-14 05:43:37Z leres  (LBL)
3 You will need an ANSI C compiler to build nslint. The configure
4 script will abort if your compiler is not ANSI compliant. If this
5 happens, use the GNU C compiler, available via anonymous ftp:
7         ftp://prep.ai.mit.edu/pub/gnu/gcc.tar.gz
9 If necessary, edit the BINDEST and MANDEST paths in Makefile.in
10 and run ./configure (a shell script). "configure" will determine
11 your system attributes and generate an appropriate Makefile from
12 Makefile.in.  Now build nslint by running "make".
14 If everything builds ok, su and type "make install" (and optionally
15 "make install-man). This will install nslint and its manual entry.
17 If your system is not one which we have tested nslint on, you may
18 have to modify the configure script and Makefile.in. Please send
19 us patches for any modifications you need to make.
21 FILES
22 -----
23 CHANGES         - description of differences between releases
24 FILES           - list of files exported as part of the distribution
25 INSTALL         - this file
26 Makefile.in     - compilation rules (input to the configure script)
27 README          - description of distribution
28 VERSION         - version of this release
29 aclocal.m4      - autoconf macros
30 config.guess    - autoconf support
31 config.sub      - autoconf support
32 configure       - configure script (run this first)
33 configure.in    - configure script source
34 install-sh      - BSD style install script
35 lbl/gnuc.h      - gcc macros and defines
36 mkdep           - construct Makefile dependency list
37 nslint.8        - manual entry
38 nslint.c        - main program
39 savestr.c       - strdup() replacement
40 savestr.h       - savestr prototypes
41 strerror.c      - missing routine
42 version.h       - prototypes, defines and struct definitions