Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-csharp-forms / INSTALL
blob011cc8169c7b45570b7e5c320adc94b148a93501
1 This example relies on:
2   - a C# implementation with System.Windows.Forms library, e.g. pnet+pnetlib
4 Installation:
5   ./autogen.sh
6   ./configure --prefix=/some/prefix
7   make
8   make install
9 Cleanup:
10   make distclean
11   ./autoclean.sh