mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
f9c5c13af5
commit
b7d690f89d
3
INSTALL
3
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.
|
||||
|
|
Loading…
Reference in New Issue