summaryrefslogtreecommitdiff
path: root/README.md
blob: 57d8a18459c03f1d7048e8384cccfb6064d33d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Zenity

This is Zenity - a rewrite of gdialog, the GNOME port of dialog
which allows you to display dialog boxes from the commandline
and shell scripts.

This software is licensed under the LGPL.

Zenity is part of the GNOME Extra Apps family and is not a core
GNOME application.

## Dependencies

* gtk+-3.16

## Optional Dependencies

* libnotify (for desktop notification support)
* webkit2gtk-4.1 (for HTML support)

Please see the meson.build file for minimal versions required
for optional dependencies, and meson_options.txt for the build
options to enable these features if desired.
bgstack15