Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-csharp-forms / INSTALL
1 This example relies on:
2   - a C# implementation with System.Windows.Forms library, e.g. pnet+pnetlib
3
4 Installation:
5   ./autogen.sh
6   ./configure --prefix=/some/prefix
7   make
8   make install
9 Cleanup:
10   make distclean
11   ./autoclean.sh