Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / 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