READMEEEEEEEEEEEE

TEA is a poweful and simple-in-use GTK-based text editor for GNU/Linux and *BSD

(C)2000-2005 Peter 'Roxton' Semiletov (roxton@ua.fm, www.roxton.kiev.ua)

http://tea.linux.kiev.ua

to subscribe for the TEA newsletter, send an empty letter to tea-announce-subscribe@linux.kiev.ua

------------------------
Please read the manual!!
------------------------

TEA is licensed under terms of the GNU General Public License.

TEA requires only GTK+ 2.4 (or higher) and modern version of GCC (I (roxton) work with 3.4.1 (Mandrake Linux 10.1 Official).

If you want Aspell support (for spell-cheking), you should install libaspellXX-devel package (where XX is the number of version) before you run ./configure. And what about the version? The modern one - that is the answer.

To install TEA:

./configure
make
make install

To uninstall:

make uninstall
       
------------------------
Notes:

to run autogen-sh you need Autoconf version 2.53 or higher AND automake 1.7 (or 1.4? that's right, I don't remember)

//21.12.2004, Peter 'Roxton' Semiletov <roxton@ua.fm>