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