Changeset 8d0a3a2da87cebfda1212dea51aa596f317b1145 for INSTALL.win32
- Timestamp:
- 03/06/08 07:55:09 (4 months ago)
- git-parent:
- Files:
-
- INSTALL.win32 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
INSTALL.win32
r07330d2 r8d0a3a2 32 32 are not as much tested so expect more difficulties with them). 33 33 34 Read http://wiki.videolan.org/Win32CompileCygwinNew to have a complete HOWTO 35 36 - On GNU/Linux, using the mingw32 cross-compiler. 37 This method is preferred over all the others. 38 39 UNSUPPORTED METHODS 40 ------------------- 34 41 - natively on Windows, using MSYS+MINGW (www.mingw.org) 35 42 (MSYS is a minimal build environment to compile Unixish projects under … … 46 53 with the --fast-mutex --win9x-cv-method=1 options because the debugger 47 54 usually loses signals sent by PulseEvent() ) 48 49 - or on GNU/Linux, using the mingw32 cross-compiler.50 This method is preferred over all the others.51 55 52 56 Getting the right compiler tools
