Installation
------------

1) Read the file COPYING.LIB for conditions of use of this software.

2) execute the 'configure' script to configure the Makefiles for your
   operating system.

3) type 'make clean' to remove any old object files and executables
   from the argtable directory tree.

4) type 'make all' to build the executables and libraries. There shouldnt
   be any warnings or compiler errors.

5) type 'make runtest' to run the system tests. (optional)
   If your argtable distribution is working correctly then you ought to
   see output messages of the form:
      RUNNING TESTS test10 test10cc test11 test11cc
      test10 OK
      test10cc OK
      test11 OK
      test11cc OK
      ALL TESTS PASSED       
   If this is the not the case then something has gone wrong and your
   on your own - sorry.
    
6) Edit the INSTALL_DIR variable in the top level Makefile to be
   the path where you would like to install the argtable libraries
   and documentation. Nominally it is defined as INSTALL_DIR=/usr
   The install process will put files in the directories 
        ${INSTALL_DIR}/include
        ${INSTALL_DIR}/lib
        ${INSTALL_DIR}/man/man3/
        ${INSTALL_DIR}/doc/argtable
   If these directories do not already exist then, depending upon your
   system, you may have to create them manually.

7) As root, type 'make install' to install argtable into ${INSTALL_DIR}.   
   You may later use 'make uninstall' to remove these files.

