Intlize is a tool to provide internationalization to programs and libraries.
Gettext tools may be used to process the human readable files.
C and C++ runtime files are provided to be directly included in your sources.
Installation:
On most systems, no arguments to configure and make are needed.
cd to the top-level source directory (where you found this README),
./configure
make
sudo make install
Useful options for configure may be:
--prefix=DIR
without this argument, the package is installed in /usr/local/, i. e.,
programs in /usr/local/bin, libraries in /usr/local/lib, headers in /usr/local/include, etc.
With this argument given to configure, the package is installed in DIR.
E.g. ./configure --prefix=/usr installs programs in /usr/bin, libraries in /usr/lib, etc.
For additional information please refer to INSTALL.
Product's homepage
What's New in This Release: [ read full changelog ]
· This release of libintlize returns an error message when i5e_getmsg is called before i5e_open. Older versions caused a segmentation fault in that case.