• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
1This example relies just on gettext-runtime (and libc, of course).
2
3Installation:
4  ./autogen.sh
5  ./configure --prefix=/some/prefix
6  make
7  make install
8Cleanup:
9  make distclean
10  ./autoclean.sh
11