summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c-gnome3/INSTALL
blob: 3b9f22fe0142ae2739beebefb8097b32b7becbf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This example relies on:
  - the GTK libraries (libgtk, libgdk), version 3.10 or later
  - the glib libraries (libglib)

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh