Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
emps /
share /
doc /
gettext /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
build-aux
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-c
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-c++
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-c++-gnome
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-c++-kde
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-c++-qt
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-c++-wxwidgets
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-c-gnome
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-clisp
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-csharp
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-csharp-forms
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-gawk
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-guile
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-java
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-java-awt
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-java-qtjambi
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-java-swing
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-librep
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-objc
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-objc-gnome
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-objc-gnustep
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-pascal
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-perl
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-php
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-python
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-sh
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-smalltalk
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-tcl
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-tcl-tk
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
hello-ycp
[ DIR ]
drwxr-xr-x
2025-02-06 06:38
README
1.91
KB
-rw-r--r--
2025-02-06 06:38
installpaths
318
B
-rw-r--r--
2025-02-06 06:38
Save
Rename
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-java-qtjambi Java Qt 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