Mark msysGit as obsolete
[msysgit.git] / mingw / share / doc / gettext / examples / hello-pascal / INSTALL
blob5960428487a60eeba7b09d5ac2fcd20cbac18c60
1 This example relies on:
2   - Free Pascal 2.0 or newer (ppc386)
4 Installation:
5   ./autogen.sh
6   ./configure --prefix=/some/prefix
7   make
8   make install
9 Cleanup:
10   make distclean
11   ./autoclean.sh