summaryrefslogtreecommitdiffstats
path: root/development/gedit/README
blob: e18c5582be012138c71e62afb78cb6a9eca61beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
gedit is the official text editor of the GNOME desktop
environment. While aiming at simplicity and ease of use, gedit is a
powerful general purpose text editor.

gspell is an optional (autodetected) dependency. If it's already
installed, but you don't want to build gedit with spell-checking
support, set the environment variable WITH_GSPELL to "no", e.g.
  WITH_GSPELL="no" ./gedit.SlackBuild

user documentation is installed by default (accessible through yelp).
If you don't need it, set the environment variable WITH_USER_DOCS
to "no", e.g.
  WITH_USER_DOCS="no" ./gedit.SlackBuild