summaryrefslogtreecommitdiff
path: root/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/INSTALL
blob: ea09f7ac92b99d9ebcb122eb3c636dd5621dd778 (plain)
1
2
3
4
5
6
7
8
9
10
11
This example relies on:
  - a C# implementation: either pnet+pnetlib or mono+mcs

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