• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

docs/H10-Oct-2020-610527

po/H10-Oct-2020-8,9087,063

tepl/H10-Oct-2020-16,74310,298

tests/H10-Oct-2020-681529

testsuite/H10-Oct-2020-2,4331,842

tools/shared-mime-info-list-text-plain-globs/H10-Oct-2020-9765

AUTHORSH A D10-Oct-202069 32

HACKINGH A D10-Oct-2020456 169

NEWSH A D10-Oct-202012.4 KiB361302

READMEH A D10-Oct-20201.3 KiB5537

meson.buildH A D10-Oct-20204.1 KiB155136

tepl.doapH A D10-Oct-20201.2 KiB2824

README

1Tepl - Text editor product line
2===============================
3
4This is version 5.1.1 of Tepl.
5
6Tepl is a library that eases the development of GtkSourceView-based text
7editors and IDEs.
8
9Tepl was previously named Gtef (GTK+ text editor framework). The project has
10been renamed in June 2017 to have a more beautiful name. The end of Tepl is
11pronounced like in “apple”.
12
13The Tepl library is free software and is released under the terms of the GNU
14Lesser General Public License, see the 'LICENSES/' directory for more
15information.
16
17The Tepl web page:
18
19    https://wiki.gnome.org/Projects/Tepl
20
21Dependencies
22------------
23
24- GLib >= 2.64
25- GTK >= 3.22
26- GtkSourceView >= 4.0
27- Amtk >= 5.0 - https://wiki.gnome.org/Projects/Amtk
28- ICU - http://site.icu-project.org/
29
30Installation
31------------
32
33Simple install procedure from a tarball:
34
35  $ ./configure
36  $ make
37  [ Become root if necessary ]
38  $ make install
39
40See the file 'INSTALL' for more detailed information.
41
42From the Git repository, the 'configure' script and the 'INSTALL' file are not
43yet generated, so you need to run 'autogen.sh' instead, which takes the same
44arguments as 'configure'.
45
46To build the latest version of Tepl plus its dependencies from Git, Jhbuild is
47recommended:
48
49    https://wiki.gnome.org/Projects/Jhbuild
50
51How to contribute
52-----------------
53
54See the file 'HACKING'.
55