• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/
1This example relies on:
2  - a Java implementation with AWT and Swing
3    (i.e. when using Sun's JDK: at least JDK 1.2)
4
5Installation:
6  ./autogen.sh
7  ./configure --prefix=/some/prefix
8  make
9  make install
10Cleanup:
11  make distclean
12  ./autoclean.sh
13