To compile the libconio library:

1. Check the contents of the base Makefile.  You will want to be sure
   that CC and PREFIX (install dir) are correct for your system.

2. To compile, type:

   make

3. To compile the test programs, type:

   make test

4. To install the libconio library, type:

   make install

5. To un-do all your compilation:

   make distclean
