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

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

2) Type 'make clean' to remove any old object files and executables
   from the supergetopt directory tree.

3) Type 'make all' to build the executable and library. There shouldnt
   be any warnings or compiler errors.

4) Test the library by running the testSuperGet executable with
the -help option. Once you understand the options, try
the following command:
	testSuperGet -bobhope a 1.0 tasty 3 -toast 1 2 -bingo 1.0 2.0 -stringo string1 string2 stringN -dingo 3.1415 -charro x

The results should look like:

	bobsled: I got a and 1.000000 and 3 and <tasty>
	Toast: I have  1 pieces with 2 slabs
	Bingo: numfloats=2
        	bingo: got 1.000000
        	bingo: got 2.000000
	Stringo: numstrings=3
        	stringo: got <string1>
        	stringo: got <string2>
        	stringo: got <stringN>
	dingo: got 3.141500 as a double
	Charro: numchars=1
        	charro: got <x>
	Supergetopt returned 0


5) As root, copy the libSuperGet.a to an installation directory of your choosing.
