1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
README
TEA is a powerful and simple-in-use GTK-based text editor for GNU/Linux and *BSD.
(C)2000-2008 Peter 'Roxton' Semiletov (peter.semiletov@gmail.com, www.roxton.kiev.ua)
http://tea-editor.sourceforge.net
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.
IMPORTANT NOTE:
TEA can be configured and build in two modes. There are:
MODE 0 (GtkSourceView 2, default)
./configure
Description: all functionality, and the extended syntax highlighting from GtkSourceView.
Dependencies: Gtk 2.4 or higher, GtkSourceView2.
If the "configure" script can't find GtkSourceView 2, it searches GtkSourceView 1. For GtkSourceView 1 support you need also GnomeVFS and LibGconf.
MODE 1 (Legacy mode)
./configure --enable-legacy
Description: all functionality, but the limited syntax highlighting (static hl, needs to refresh manually).
Dependencies: Gtk 2.4 or higher
Also, for all modes, you need the XOrg or XFree headers. For RPM-based distro please install the package with a name "libx11_6-devel" (the version can be different).
OPTIONAL DEPENDENCIES FOR ANY MODES:
If you want the Aspell support (for spell-cheŃking), 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 use Enchant (and disable Aspell), configure the source with "--enable-enchant" option. This turns off Aspell supporting.
TEA can use zziplib (detected automatically) instead of external gunzip to work with ODT, KWD, etc. zziplib is available at see http://zziplib.sourceforge.net
To use internet-related functions such as Check for broken links, please install libcurl (http://curl.haxx.se/libcurl)
------------------------
notes:
If you are not the Debian-package maintainer, do not use the "--enable-debian" option for the configure-script. So if you have Debian, and want to build TEA from the source, run the ./configure without parameters.
Also DON'T USE --enable-sounds. It's a non-implemented feature.
------------------------
//3.06.2008, Peter 'Roxton' Semiletov <peter.semiletov@gmail.com>
|