transmission: upgrade 2.31 to 2.32
[tomato.git] / release / src / router / gettext / gettext-tools / examples / hello-csharp / INSTALL
blobea09f7ac92b99d9ebcb122eb3c636dd5621dd778
1 This example relies on:
2   - a C# implementation: either pnet+pnetlib or mono+mcs
4 Installation:
5   ./autogen.sh
6   ./configure --prefix=/some/prefix
7   make
8   make install
9 Cleanup:
10   make distclean
11   ./autoclean.sh