xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/INSTALL (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
1This example relies on:
2  - a C# implementation with System.Windows.Forms library, e.g. pnet+pnetlib
3
4Installation:
5  ./autogen.sh
6  ./configure --prefix=/some/prefix
7  make
8  make install
9Cleanup:
10  make distclean
11  ./autoclean.sh
12