• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnome/
1This 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
8  - the GNOME / Objective C bindings (libobgnome)
9  - the GTK / Objective C bindings (libobgtk)
10  - the Objective C runtime libraries (libobjc)
11
12Installation:
13  ./autogen.sh
14  ./configure --prefix=/some/prefix
15  make
16  make install
17Cleanup:
18  make distclean
19  ./autoclean.sh
20