mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-31 03:45:49 +00:00
* DEPENDENCIES: Don't mention pnet. * PACKAGING: Likewise. * gettext-tools/src/format-csharp.c: Simplify comment. * gettext-tools/src/msgfmt.cs: Remove workarounds for cscc. * gettext-tools/src/write-csharp.c (write_csharp_code): Update comment. * gettext-tools/doc/gettext.texi (C#): Don't mention resgen. * gettext-tools/tests/lang-csharp: Rely on mono, not pnet. * gettext-tools/examples/hello-csharp/INSTALL: Likewise. * gettext-tools/examples/hello-csharp-forms/INSTALL: Likewise. * gettext-tools/examples/hello-csharp-forms/BUGS: Remove file.
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
This example relies on:
|
|
- a C# implementation with System.Windows.Forms library: mono
|
|
|
|
Installation:
|
|
./autogen.sh
|
|
./configure --prefix=/some/prefix
|
|
make
|
|
make install
|
|
Cleanup:
|
|
make distclean
|
|
./autoclean.sh
|