From b7d690f89d39de91cce2e3feb18f775c56ff4af5 Mon Sep 17 00:00:00 2001 From: Dieter Date: Sat, 4 Feb 2006 11:37:41 +0000 Subject: Use gmake instead of make on *BSD. patch by Dieter, freebsd ^^at^^ sopwith ^^dot^^ solgatos ^^dot^^ com Originally committed as revision 4936 to svn://svn.ffmpeg.org/ffmpeg/trunk --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 12bd957810..a636c5367a 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,8 @@ sources to put the objects at that place. In that case, use an absolute path when launching 'configure', e.g. /ffmpegdir/ffmpeg/configure. -2) Then type 'make' to build ffmpeg. +2) Then type 'make' to build ffmpeg. On BSD systems, type 'gmake' +instead of 'make'. You may need to install GNU make first. 3) Type 'make install' to install ffmpeg and ffserver in /usr/local/bin. -- cgit v1.2.3