Show
Ignore:
Timestamp:
03/06/08 07:55:09 (4 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1204786509 -0800
git-parent:

[1bed9134fd910318a296874f78a1bf551bfa39f4]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1204786509 -0800
Message:

Make clear of what compilation is supported and which one is not for Windows.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL.win32

    r07330d2 r8d0a3a2  
    3232  are not as much tested so expect more difficulties with them). 
    3333 
     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 
     39UNSUPPORTED METHODS 
     40------------------- 
    3441- natively on Windows, using MSYS+MINGW (www.mingw.org) 
    3542  (MSYS is a minimal build environment to compile Unixish projects under 
     
    4653    with the --fast-mutex --win9x-cv-method=1 options because the debugger 
    4754    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. 
    5155 
    5256Getting the right compiler tools