1.  Edit config.h as appropriate.

2.  Edit sysconfig.h. This is the file that tries to encapsulate all the
    system specifics.

2.  Edit the makefile to set compiler and warning flags etc.

3.  Make innfeed

3.1 If you get compile errors about UIO_MAXIOV in endpoint.c then:

	make check-maxiov

    and then edit the define for MAX_IOVEC in sysconfig.h to use the value
    displayed.

4.  Create the directory you defined in config.h as

		#define TAPE_DIRECTORY

5. Copy the innfeed.conf sample file to the location you gave in config.h as

		#define CONFIG_FILE

6. Edit innfeed.conf as appropriate for your peers.

7. For each peer, add an entry to the INN newsfeeds file that looks something
   like this:

	peername:groups+distributions\
		:Tm:innfeed!

   e.g.

	nic.near.net\
		:!junk/!local\
		:Tm:innfeed!

8. Add an entry like this too for the above entries to feed into.

	innfeed!:!*\
		:Tc,Wnm*\
		:/path/to/installed/innfeed -l /path/to/a/writable/logfile

9. Get innd to start it up (i.e. reload the newsfeeds file).

10. There's a modified verson of the innlog.awk script included here that's
    been fixed up by Christophe Wolfhugel (wolf@pasteur.fr). It understands 
    innfeed's logfile entries.
