]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Document split between gettext-runtime and gettext-tools.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Feb 2003 21:43:30 +0000 (21:43 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:06 +0000 (12:10 +0200)
NEWS
PACKAGING

diff --git a/NEWS b/NEWS
index feb0458e48b7ad76c7efe28c134aefd491e8c8d9..a0b1735f10f56e6f924e6cbcff07cab5752ac8a6 100644 (file)
--- 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
index 2677fbbf5d40dd92d7c031289dc129a5af4a4e17..ed753eb3fcc90d133200473895e03e1951c8c9e9 100644 (file)
--- 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