NameDateSize

..22-Dec-201632

aclocal.m4H A D12-Jan-201619.9 KiB

ChangeLogH A D12-Jan-201623.6 KiB

configureH A D12-Jan-2016110.4 KiB

configure.acH A D12-Jan-20161.4 KiB

hello-c/H22-Dec-201611

hello-c++/H22-Dec-201611

hello-c++-gnome/H22-Dec-201611

hello-c++-kde/H22-Dec-201615

hello-c++-qt/H22-Dec-201612

hello-c++-wxwidgets/H22-Dec-201611

hello-c-gnome/H22-Dec-201611

hello-clisp/H22-Dec-201611

hello-csharp/H22-Dec-201611

hello-csharp-forms/H22-Dec-201613

hello-gawk/H22-Dec-201611

hello-guile/H22-Dec-201611

hello-java/H22-Dec-201611

hello-java-awt/H22-Dec-201612

hello-java-swing/H22-Dec-201612

hello-librep/H22-Dec-201611

hello-objc/H22-Dec-201611

hello-objc-gnome/H22-Dec-201611

hello-objc-gnustep/H22-Dec-201614

hello-pascal/H22-Dec-201612

hello-perl/H22-Dec-201612

hello-php/H22-Dec-201612

hello-python/H22-Dec-201611

hello-sh/H22-Dec-201611

hello-smalltalk/H22-Dec-201611

hello-tcl/H22-Dec-201611

hello-tcl-tk/H22-Dec-201611

hello-ycp/H22-Dec-201611

installpaths.inH A D12-Jan-2016256

Makefile.amH A D12-Jan-201631.5 KiB

Makefile.inH A D12-Jan-201650.2 KiB

po/H22-Dec-201638

READMEH A D12-Jan-20161.9 KiB

README

1This directory contains simple examples of the use of GNU gettext.
2Each example is a simple "hello world" program with a very small message
3catalog, written in a particular programming language for a particular
4environment.
5
6    Example                    Language          GUI Environment
7
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-c++-wxwidgets        C++               wxWidgets
15    hello-objc                 ObjectiveC
16    hello-objc-gnustep         ObjectiveC        GNUstep
17    hello-objc-gnome           ObjectiveC        GNOME
18    hello-sh                   Shell
19    hello-python               Python
20    hello-clisp                Lisp
21    hello-librep               librep
22    hello-guile                Scheme
23    hello-smalltalk            Smalltalk
24    hello-java                 Java
25    hello-java-awt             Java              AWT
26    hello-java-swing           Java              Swing
27    hello-csharp               C#
28    hello-csharp-forms         C#                Forms
29    hello-gawk                 awk
30    hello-pascal               Pascal
31    hello-ycp                  YCP               libyui
32    hello-tcl                  Tcl
33    hello-tcl-tk               Tcl               Tk
34    hello-perl                 Perl
35    hello-php                  PHP
36
37Before building an example, you need to
38  1. Build and install the GNU gettext package, as described in the INSTALL
39     file.
40  2. cd to the example and do
41        ./autogen.sh
42  3. Then you can build the example as usual:
43        ./configure --prefix=/some/prefix
44        make
45        make install
46     and see it work by executing
47        /some/prefix/bin/hello
48
49