-*- text -*-
Installation info for the HangIt project
By Michael W. Olson et al

DOS instructions:
-----------------
- If you downloaded the DOS version of this program, there should be
  an executable file called 'hangit.exe' in this directory.  Make a
  link to it on the desktop and you're in business!

Otherwise, if you want to build it yourself:
- To build this, have a good C compiler (I recommend DJGPP) with 
  curses support, and make.
- Edit 'makefile' to customize the build process for your compiler.
- Run 'make' in this directory.

Linux instructions:
-------------------
- You will need the ncurses library, gcc, make, glibc, and the basic file 
  utilities package to compile this.
- Go to the hangit directory.
- Edit the 'makefile' to change some settings, if needed, like the install
  location.
- Type 'make'.
- After this is done, there should be an executable file called 'hangit' in 
  the current directory.
- Type 'make install' to put the program (by default) in /usr/local/bin and
  the documentation in /usr/share/doc/hangit.
