• 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-java-awt/
1This example relies on:
2  - a Java implementation with AWT
3
4Installation:
5  ./autogen.sh
6  ./configure --prefix=/some/prefix
7  make
8  make install
9Cleanup:
10  make distclean
11  ./autoclean.sh
12