summaryrefslogtreecommitdiff
path: root/external/gpl2/gettext/dist/gettext-tools/examples/hello-pascal/INSTALL
blob: 3b15d4670f883b78650711c8941827bc60bb3d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
This example relies on:
  - Free Pascal (ppc386)

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