Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / examples / hello-perl / INSTALL
1 This example relies on:
2   - Perl (perl)
3   - libintl-perl 1.09 or newer
4
5 Installation:
6   ./autogen.sh
7   ./configure --prefix=/some/prefix
8   make
9   make install
10 Cleanup:
11   make distclean
12   ./autoclean.sh