• 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-perl/
1This example relies on:
2  - Perl (perl)
3  - libintl-perl 1.09 or newer
4
5Installation:
6  ./autogen.sh
7  ./configure --prefix=/some/prefix
8  make
9  make install
10Cleanup:
11  make distclean
12  ./autoclean.sh
13