1To compile do the following:
2
31.  Read and edit knews.tmpl to make sure your compiler is OK.
4
52.  Read and edit configure.h.  This is for configuration of
6    defaults, plus some other stuff.
7
83.  If you skipped 1 or 2, go back to 1.
9
104.  Execute the following command in the top directory:
11
12	xmkmf
13	make Makefiles
14	make clean
15	make all
16
175.  If all goes well, this will leave an executable named knews in src/.
18
196.  Read and edit the app-def file src/Knews.ad.
20
217.  If you are root, you can install knews by executing 'make install'
22    and 'make install.man'.  This will also install the app-def file
23    src/Knews.ad.
24
258.  If you are not root you will have to install src/knews by hand.
26    You will also have to install the app-def file src/Knews.ad.
27    See that file for hints.
28