Zenity

From LFScript
Revision as of 21:24, 26 February 2017 by Marcel (talk | contribs) (Created page with "Category:Scripts <scriptname>zenity</scriptname> == Sources == * <sourcecode>https://ftp.gnome.org/pub/gnome/sources/zenity/3.22/zenity-3.22.0.tar.xz</sourcecode> <md5>e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LFScript can find this software under the name zenity.

Sources


MD5 Checksums:

eaf4cbaac3a356817b837668b5a45a97  zenity-3.22.0.tar.xz

Dependencies

  • gtk+3
  • itstool

Installation

./configure --prefix=/usr \
        --localstatedir=/var \
        --mandir=/usr/share/man
make

As the root user:

make install