summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-pascal/INSTALL
blob: 5960428487a60eeba7b09d5ac2fcd20cbac18c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
This example relies on:
  - Free Pascal 2.0 or newer (ppc386)

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