 Install
=========

(1)
    a. This creates by default the development (debug) version of HT (-g -O0):

	    ./configure

    b. If you want a final (release) version (-O2 -fomit-frame-pointer) do the 
       following instead:

	    ./configure --enable-final

(2) compile and link HT:

	    make
	    
(3) (optionally) install HT:

	    make install
