summaryrefslogtreecommitdiff
path: root/README.md
blob: da8e24625f8500808c475a21a2d48531c7f05b32 (plain)
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
GtkSourceView
=============

GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK
widget for multiline text editing. GtkSourceView adds support for syntax
highlighting, undo/redo, file loading and saving, search and replace, a
completion system, printing, displaying line numbers, and other features
typical of a source code editor.

The GtkSourceView library is free software and is released under the terms of
the GNU Lesser General Public License, see the 'COPYING' file for more details.
The official web site is https://wiki.gnome.org/Projects/GtkSourceView.

Documentation
-------------

Nightly documentation can be [found here](https://gnome.pages.gitlab.gnome.org/gtksourceview/gtksourceview5/).

Dependencies
------------

* GLib >= 2.70
* GTK >= 4.6
* libxml2 >= 2.6
* fribidi >= 0.19.7
* libpcre2-8 >= 10.21

Installation
------------

Simple install procedure from a tarball:
```
  $ mkdir build
  $ meson build
  $ cd build
  [ Become root if necessary ]
  $ ninja install
```

See the file 'INSTALL' for more detailed information.

To build the latest version of GtkSourceView plus its dependencies from Git,
[Jhbuild](https://wiki.gnome.org/Projects/Jhbuild) is recommended.


How to contribute
-----------------

See the 'HACKING' file.