Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl2/gettext/dist/gettext-tools/examples
Name Last modified Size Description
Parent Directory -
CVS/ 2024-02-15 03:51 -
ChangeLog 2016-01-13 04:50 24K
Makefile.am 2016-01-13 04:50 31K
Makefile.in 2016-01-13 04:50 50K
README 2016-01-13 04:50 1.9K
aclocal.m4 2016-01-13 04:50 20K
configure 2016-01-13 04:50 110K
configure.ac 2016-01-13 04:50 1.4K
hello-c++-gnome/ 2024-02-15 03:47 -
hello-c++-kde/ 2024-02-15 03:47 -
hello-c++-qt/ 2024-02-15 03:47 -
hello-c++-wxwidgets/ 2024-02-15 03:47 -
hello-c++/ 2024-02-15 03:47 -
hello-c-gnome/ 2024-02-15 03:47 -
hello-c/ 2024-02-15 03:47 -
hello-clisp/ 2024-02-15 03:47 -
hello-csharp-forms/ 2024-02-15 03:47 -
hello-csharp/ 2024-02-15 03:47 -
hello-gawk/ 2024-02-15 03:47 -
hello-guile/ 2024-02-15 03:47 -
hello-java-awt/ 2024-02-15 03:47 -
hello-java-swing/ 2024-02-15 03:47 -
hello-java/ 2024-02-15 03:47 -
hello-librep/ 2024-02-15 03:47 -
hello-objc-gnome/ 2024-02-15 03:47 -
hello-objc-gnustep/ 2024-02-15 03:47 -
hello-objc/ 2024-02-15 03:47 -
hello-pascal/ 2024-02-15 03:47 -
hello-perl/ 2024-02-15 03:47 -
hello-php/ 2024-02-15 03:47 -
hello-python/ 2024-02-15 03:47 -
hello-sh/ 2024-02-15 03:47 -
hello-smalltalk/ 2024-02-15 03:47 -
hello-tcl-tk/ 2024-02-15 03:47 -
hello-tcl/ 2024-02-15 03:47 -
hello-ycp/ 2024-02-15 03:47 -
installpaths.in 2016-01-13 04:50 256
po/ 2024-02-15 03:47 -
This directory contains simple examples of the use of GNU gettext.
Each example is a simple "hello world" program with a very small message
catalog, written in a particular programming language for a particular
environment.
Example Language GUI Environment
hello-c C
hello-c-gnome C GNOME
hello-c++ C++
hello-c++-qt C++ Qt
hello-c++-kde C++ KDE
hello-c++-gnome C++ GNOME
hello-c++-wxwidgets C++ wxWidgets
hello-objc ObjectiveC
hello-objc-gnustep ObjectiveC GNUstep
hello-objc-gnome ObjectiveC GNOME
hello-sh Shell
hello-python Python
hello-clisp Lisp
hello-librep librep
hello-guile Scheme
hello-smalltalk Smalltalk
hello-java Java
hello-java-awt Java AWT
hello-java-swing Java Swing
hello-csharp C#
hello-csharp-forms C# Forms
hello-gawk awk
hello-pascal Pascal
hello-ycp YCP libyui
hello-tcl Tcl
hello-tcl-tk Tcl Tk
hello-perl Perl
hello-php PHP
Before building an example, you need to
1. Build and install the GNU gettext package, as described in the INSTALL
file.
2. cd to the example and do
./autogen.sh
3. Then you can build the example as usual:
./configure --prefix=/some/prefix
make
make install
and see it work by executing
/some/prefix/bin/hello