Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-python / INSTALL
blobcb9ecf7ca6d5f8bbd8b9b52758edba2f62a7c423
1 This example relies on Python 2.0 or newer.
3 Installation:
4   ./autogen.sh
5   ./configure --prefix=/some/prefix
6   make
7   make install
8 Cleanup:
9   make distclean
10   ./autoclean.sh