liloman / yad-dialog

Mirror of yad-dialog in sf.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Dialog

==================== Program allows you to display GTK+ dialog boxes from command line or shell scripts. YAD depends on GTK+ only. Minimal GTK+ version is 2.16.0

This software is licensed under the GPL v.3

Project homepage: https://sourceforge.net/projects/yad-dialog/ Example usage: https://sourceforge.net/p/yad-dialog/wiki/browse_pages/ Mailing list: http://groups.google.com/group/yad-common

Some miscellaneous stuff can be found in data directory including notify-send script and simple zenity-compatible wrapper

Building SVN version

====================== Get svn version with command

svn checkout svn://svn.code.sf.net/p/yad-dialog/code/trunk yad-dialog-code

Before run the standard ./configure && make && make install procedure you need to generate build scripts. This can be done by running command

autoreconf -ivf

For successfully build you may need to install the following packages:

Additionally, you can build yad with the following libraries:

About

Mirror of yad-dialog in sf.net

License:GNU General Public License v3.0


Languages

Language:C 88.0%Language:Roff 9.7%Language:M4 1.5%Language:Makefile 0.5%Language:Shell 0.2%