Changes between Version 15 and Version 16 of CompilationGuide/MinGW
- Timestamp:
- Nov 26, 2013, 3:15:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MinGW
v15 v16 117 117 http://www.libsdl.org/download-1.2.php 118 118 119 Once you download and extract the '''source''' package, configure it with: 120 {{{ 121 $ configure --prefix=/c/mingw 122 }}} 123 124 or your configure path, then make and make install. Once installed in 125 the MINGW_PATH, the FFmpeg configure should be able to auto-detect it. 119 Once installed in the MINGW_PATH, the FFmpeg configure should be able to auto-detect it. 126 120 127 121 Note that SDL flags, as issued by sdl-config/pkg-config, contain the
