READMEEEEEEEEEEEE

TEA is (yes-yes-yes) the poweful and simple-in-use GTK-based text editor for GNU/Linux and *BSD.

(C)2000-2005 Peter 'Roxton' Semiletov (peter.semiletov@gmail.com, 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.3 (Mandriva 2005 LE).

If you want Aspell support (for spell-cheking), you need to install the 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)

//30.05.2005, Peter 'Roxton' Semiletov <peter.semiletov@gmail.com>