README-release: make it easier to execute commands
[gnulib.git] / DEPENDENCIES
index 2117e7d..91cd6c5 100644 (file)
@@ -81,6 +81,16 @@ at any time.
     http://ftp.gnu.org/gnu/diffutils/
     ftp://ftp.gnu.org/gnu/diffutils/
 
+* The patch utility 'patch'.
+  + Mandatory if you use gnulib-local diffs. Using the platform's native
+    utilities gives good portability exposure, but you can also use GNU
+    patch.
+  + Homepage:
+    http://www.gnu.org/software/patch/
+  + Download:
+    http://ftp.gnu.org/gnu/patch/
+    ftp://ftp.gnu.org/gnu/patch/
+
 * Grep.
   + Mandatory. Using the platform's native grep gives good portability
     exposure, but you can also use GNU grep.
@@ -90,7 +100,9 @@ at any time.
     http://ftp.gnu.org/gnu/grep/
     ftp://ftp.gnu.org/gnu/grep/
 
-* GNU gettext 0.16.1.
+* GNU gettext.
+  + Always use the newest available gettext release, see
+    <http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html>.
   + Recommended.
     Needed if you use modules that use internationalization (many do).
   + Homepage: