summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVíctor Paesa <victorpaesa@googlemail.com>2008-12-22 23:30:33 +0000
committerVíctor Paesa <victorpaesa@googlemail.com>2008-12-22 23:30:33 +0000
commitf496ab12e473324e9b9f8bfc881d6b10b2601a62 (patch)
treee9a6b387f31f3a20e2934dcdef3e956640c48586 /doc
parent11c23b64ac5278ed8377f6e1eff2839eac25c82a (diff)
The diffutils package is also needed (for the 'cmp' command).
Spotted by Ramiro Polla. Originally committed as revision 16283 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 514e8e5352..879dead847 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -669,7 +669,7 @@ implementation in MinGW.
Just install your Cygwin with all the "Base" packages, plus the
following "Devel" ones:
@example
-binutils, gcc-core, make, subversion, mingw-runtime
+binutils, gcc-core, make, subversion, mingw-runtime, diffutils
@end example
Do not install binutils-20060709-1 (they are buggy on shared builds);