
  Edit the Makefile. Decide where you want to install the cfg files, 
and the binary. If you are using gcc, you need to tell makedepend
where to find its files.
  If you need getopt, change the OBJS define near the top.

  1. make depend
	
	If you do not have "makedepend", then just edit the makefile to remove
	everything from "# do not remove this line" down.

  2. make
	Should compile everything with GCC.

  3.  make install 
     to copy to cfg files to the right place.

  4. (optional)
	make regress

	Runs some regression tests. You presently need to install
    the configuration files before running the tests.

  Please join the mailing list. The list if relatively low volume.
  Send email to: majordomo@journal.biology.carleton.ca, with the body:
	subscribe wp2x-workers



