No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / README
blob2095e8e132f151de7263c7ee62075ef0029feafa
1 This directory contains simple examples of the use of GNU gettext.
2 Each example is a simple "hello world" program with a very small message
3 catalog, written in a particular programming language for a particular
4 environment.
6     Example                    Language          GUI Environment
8     hello-c                    C
9     hello-c-gnome              C                 GNOME
10     hello-c++                  C++
11     hello-c++-qt               C++               Qt
12     hello-c++-kde              C++               KDE
13     hello-c++-gnome            C++               GNOME
14     hello-objc                 ObjectiveC
15     hello-objc-gnustep         ObjectiveC        GNUstep
16     hello-objc-gnome           ObjectiveC        GNOME
17     hello-sh                   Shell
18     hello-python               Python
19     hello-clisp                Lisp
20     hello-librep               librep
21     hello-guile                Scheme
22     hello-smalltalk            Smalltalk
23     hello-java                 Java
24     hello-java-awt             Java              AWT
25     hello-java-swing           Java              Swing
26     hello-csharp               C#
27     hello-csharp-forms         C#                Forms
28     hello-gawk                 awk
29     hello-pascal               Pascal
30     hello-ycp                  YCP               libyui
31     hello-tcl                  Tcl
32     hello-tcl-tk               Tcl               Tk
33     hello-perl                 Perl
34     hello-php                  PHP
36 Before building an example, you need to
37   1. Build and install the GNU gettext package, as described in the INSTALL
38      file.
39   2. cd to the example and do
40         ./autogen.sh
41   3. Then you can build the example as usual:
42         ./configure --prefix=/some/prefix
43         make
44         make install
45      and see it work by executing
46         /some/prefix/bin/hello