summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-csharp/INSTALL
blob: aacf6bc37001de2cd0e92d5137d3cf548eff2692 (plain)
1
2
3
4
5
6
7
8
9
10
11
This example relies on:
  - a C# implementation: mono

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