Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-python / INSTALL
1 This example relies on Python 2.0 or newer.
2
3 Installation:
4   ./autogen.sh
5   ./configure --prefix=/some/prefix
6   make
7   make install
8 Cleanup:
9   make distclean
10   ./autoclean.sh