summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-csharp-forms/INSTALL
blob: 011cc8169c7b45570b7e5c320adc94b148a93501 (plain)
1
2
3
4
5
6
7
8
9
10
11
This example relies on:
  - a C# implementation with System.Windows.Forms library, e.g. pnet+pnetlib

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