No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-java / INSTALL
blob99cf9c808550bcd7c912f2ca7d8aebe44ece75c3
1 This example relies on:
2   - a Java implementation
4 Installation:
5   ./autogen.sh
6   ./configure --prefix=/some/prefix
7   make
8   make install
9 Cleanup:
10   make distclean
11   ./autoclean.sh