summaryrefslogtreecommitdiff
path: root/external/gpl2/gettext/dist/gettext-tools/examples/hello-php/INSTALL
blob: 5e2792e510b20736aa0268e9f508598b5f3e0b92 (plain)
1
2
3
4
5
6
7
8
9
10
This example relies on PHP.

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh