summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c-gnome/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c-gnome/INSTALL')
-rw-r--r--gettext-tools/examples/hello-c-gnome/INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c-gnome/INSTALL b/gettext-tools/examples/hello-c-gnome/INSTALL
new file mode 100644
index 0000000..6a6db9a
--- /dev/null
+++ b/gettext-tools/examples/hello-c-gnome/INSTALL
@@ -0,0 +1,16 @@
+This example relies on:
+ - the GNOME libraries (libgnomeui, libgnome, libgnomesupport, libart_lgpl)
+ and their dependencies: imlib (libgdk_imlib), audiofile (libaudiofile),
+ esound (libesd), zlib (libz).
+ - the GTK libraries (libgtk, libgdk)
+ - the glib libraries (libglib, libgmodule)
+ - the X11 libraries
+
+Installation:
+ ./autogen.sh
+ ./configure --prefix=/some/prefix
+ make
+ make install
+Cleanup:
+ make distclean
+ ./autoclean.sh