diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-19 12:24:02 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-19 12:24:02 +0000 |
commit | ed729c356c8a0c8d4af03f2958d45988493d7682 (patch) | |
tree | 2d002139f22d9e6733519df1bd0d494cb4261a5d /doc | |
parent | d6504e427cccfe30fc2b8bafb17ad64ddd08d770 (diff) | |
download | ffmpeg-ed729c356c8a0c8d4af03f2958d45988493d7682.tar.gz |
Add note about using latest MSYS make for MinGW.
Thanks to tripp for the not mingw32 make note...
Originally committed as revision 12905 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index e96cbda754..02d489a24e 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -369,7 +369,8 @@ the FFmpeg Windows Help Forum at FFmpeg can be built to run natively on Windows using the MinGW tools. Install the current versions of MSYS and MinGW from @url{http://www.mingw.org/}. Also -install the coreutils package. You can find detailed installation +install the coreutils package, and update to the latest MSYS make (note: not +mingw32-make). You can find detailed installation instructions in the download section and the FAQ. Within the MSYS shell, configure and make with: |