summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
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.