summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-04-15 06:53:15 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-15 06:53:15 +0000
commit1f56021a3d4c689261c1754b7747cae8d2f01a69 (patch)
tree53f88ec59cabb3f5c8f5377043709f4b1ae099bb /INSTALL
parent6dffc88d99c6af2f594bdf6414e4749a0e854cf4 (diff)
We require GNU Make 3.81.
Originally committed as revision 12829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 0099823a7d..c4bd4b57aa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,6 +7,6 @@ sources to build the objects out of tree. To do this, use an absolute
path when launching 'configure', e.g. '/ffmpegdir/ffmpeg/configure'.
2) Then type 'make' to build FFmpeg. On BSD systems, type 'gmake'
-instead of 'make'. You may need to install GNU Make first.
+instead of 'make'. You may need to install GNU Make 3.81 first.
3) Type 'make install' to install all binaries and libraries you built.