]> git.sesse.net Git - vlc/blobdiff - INSTALL.win32
Turkish translation update by Yuksel Yildirim
[vlc] / INSTALL.win32
index bf949711b82670716f780c5f6192fcf7ddeed83a..6ad01e51b52930b34a2028189364f3d6623cd5a1 100644 (file)
@@ -1,5 +1,3 @@
-$Id$
-
 INSTALL file for the Windows9x/Me/NT4/2k/XP version of the VLC media player
 
 
@@ -31,6 +29,13 @@ If you want to build VLC from sources, you can do it in several ways:
   NOTE: This is the PREFERRED way of building VLC natively (the others
   are not as much tested so expect more difficulties with them).
 
+  Read http://wiki.videolan.org/Win32CompileCygwinNew to have a complete HOWTO
+
+- On GNU/Linux, using the mingw32 cross-compiler.
+  This method is  preferred over all the others.
+
+UNSUPPORTED METHODS
+-------------------
 - natively on Windows, using MSYS+MINGW (www.mingw.org)
   (MSYS is a minimal build environment to compile Unixish projects under
   windoze. It provides all the common Unix tools like sh, gmake...)
@@ -46,9 +51,6 @@ If you want to build VLC from sources, you can do it in several ways:
     with the --fast-mutex --win9x-cv-method=1 options because the debugger
     usually loses signals sent by PulseEvent() )
 
-- or on GNU/Linux, using the mingw32 cross-compiler.
-  This method is  preferred over all the others.
-
 Getting the right compiler tools
 ================================