xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/INSTALL (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
1This example relies on:
2  - a C# implementation: either pnet+pnetlib or mono+mcs
3
4Installation:
5  ./autogen.sh
6  ./configure --prefix=/some/prefix
7  make
8  make install
9Cleanup:
10  make distclean
11  ./autoclean.sh
12