summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-java/INSTALL
blob: 99cf9c808550bcd7c912f2ca7d8aebe44ece75c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
This example relies on:
  - a Java implementation

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh