To build TEA Total in a Unix type environment, edit config.inc to select the options you want to build, your install prefix, and your architecture type, then type make. Check that the compares succeed, then run make install (possibly as root). After it builds, it will run through a set of self tests. Read the output carefully to make sure that they have all passed. Note that the Makefile uses some GNU-Makeisms, so on systems which have pmake or something else by default, you may have to install gnu make instead and run it with "gmake". If you are building on a currently unsupported architecture type, you will need to add a new architecture type description to config.inc and arch.h. You can install the programs using "make install".