From: Bruno Haible Date: Fri, 14 Feb 2003 21:43:30 +0000 (+0000) Subject: Document split between gettext-runtime and gettext-tools. X-Git-Tag: v0.12~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15bc9f3d9060550a342007da15448300352fba9f;p=thirdparty%2Fgettext.git Document split between gettext-runtime and gettext-tools. --- diff --git a/NEWS b/NEWS index feb0458e4..a0b1735f1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Version 0.11.6 - October 2002 +* The gettext package is now separated into two subpackages: + - gettext-runtime: Runtime libraries and programs. + - gettext-tools: Tools and documentation for developers and translators. + The 'gettext-runtime' package is very small and should be installed on every + system that has users who desire to use internationalization. Whereas the + 'gettext-tools' package is only for developers and translators. + * xgettext now also supports Smalltalk and PHP. * A new C++ class, called gnu::autosprintf, makes it possible to use C format diff --git a/PACKAGING b/PACKAGING index 2677fbbf5..ed753eb3f 100644 --- a/PACKAGING +++ b/PACKAGING @@ -5,7 +5,7 @@ Although the source of the gettext package comes as a single package, I recommend that in distributions of binary packages the installed files be split into two packages: - gettext + gettext-runtime Contents: Runtime libraries and programs. Audience: Anyone who wants to run internationalized programs. @@ -13,17 +13,38 @@ be split into two packages: Contents: Tools and documentation for developers and translators. Audience: Anyone who wants to develop or localize internationalized programs, i.e. developers and translators. - Dependencies: requires gettext. + Dependencies: requires gettext-runtime. -The 'gettext' binary package is much smaller than the 'gettext-tools' binary -package (90 KB versus 4 MB). I recommend to include it in the default +The 'gettext-runtime' binary package is much smaller than the 'gettext-tools' +binary package (90 KB versus 4 MB). I recommend to include it in the default installation list, like GNU 'sh-utils'; in fact, the runtime programs are utilities for sh programs. +The 'gettext-runtime' binary package can be installed by doing + + cd gettext-runtime + ./configure + make + make install + +The 'gettext-tools' binary package can be installed by doing + + cd gettext-tools + ./configure + make + make install + +If you want to install both at the same time, you simple do at the toplevel +directory: + + ./configure + make + make install + The precise split between gettext and gettext-tools is according to the following file list. - gettext + gettext-runtime $prefix/bin/gettext $prefix/bin/ngettext