(root)/
gettext-0.22.4/
gettext-tools/
examples/
hello-csharp/
INSTALL
This example relies on:
  - a C# implementation: mono

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