
Compiling the application requires Qt 4.1.2, available at www.trolltech.com.

Open a terminal window and cd into the source directory, teddy.
Execute the following command to compile:

qmake tx.pro
make


Move the compiled application file: bin/tx, 
to wherever you wish to keep it.  The other files may be discarded.

To un-install, simply delete the file.



Delete temporary build files using the command:

make clean


