summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-05-05 20:32:21 +0000
committerGlynn Foster <gman@src.gnome.org>2003-05-05 20:32:21 +0000
commit889ea3ce080a7874a815ff8468da5572c1f23fb2 (patch)
tree8280c27215aafd9427dad38cbcbb47ff28fe5d69 /README
parentMake the list dialog handle stdin - a little bit buggy still. Update (diff)
downloadzenity-889ea3ce080a7874a815ff8468da5572c1f23fb2.tar.gz
zenity-889ea3ce080a7874a815ff8468da5572c1f23fb2.tar.bz2
zenity-889ea3ce080a7874a815ff8468da5572c1f23fb2.zip
releasee 1.1 NEWS: Updated for new release.
2003-05-05 Glynn Foster <glynn.foster@sun.com> * configure.in: releasee 1.1 NEWS: Updated for new release.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 34a2188c..f0615e23 100644
--- a/README
+++ b/README
@@ -1,4 +1,11 @@
+Zen Understanding -
+===================
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. If you understand, things are just as they
are. If you don't understand, things are just as they are.
+
+Zen Requirements -
+==================
+popt, scrollkeeper and intltool.
+gtk+-2.0, libglade-2.0, gconf-2.0 and libgnomecanvas-2.0.
bgstack15