Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c-gnome / INSTALL
blob6a6db9af5fef1f1ecd455d7d7ed006740784a189
1 This example relies on:
2   - the GNOME libraries (libgnomeui, libgnome, libgnomesupport, libart_lgpl)
3     and their dependencies: imlib (libgdk_imlib), audiofile (libaudiofile),
4     esound (libesd), zlib (libz).
5   - the GTK libraries (libgtk, libgdk)
6   - the glib libraries (libglib, libgmodule)
7   - the X11 libraries
9 Installation:
10   ./autogen.sh
11   ./configure --prefix=/some/prefix
12   make
13   make install
14 Cleanup:
15   make distclean
16   ./autoclean.sh