]> git.sesse.net Git - vlc/commitdiff
INSTALL.win32: clarify
authorRafaël Carré <rafael.carre@gmail.com>
Wed, 15 Jun 2011 02:04:21 +0000 (22:04 -0400)
committerRafaël Carré <rafael.carre@gmail.com>
Wed, 15 Jun 2011 21:09:55 +0000 (17:09 -0400)
Explain why we prefer to build under GNU/Linux
Remove completely mention of Visual Studio, it 'will not work' anyway
Use of Cygwin is discouraged

INSTALL.win32

index ff8050f46845bef1b90348e0e31669709b02bc1e..d8f83f1851866652d675dee91f80dc366fff810b 100644 (file)
@@ -24,21 +24,20 @@ Building VLC from the source code
 If you want to build VLC from sources, you can do it in several ways:
 
 - On GNU/Linux, using the mingw32 cross-compiler.
-  This method is preferred over all the others.
+  This is the preferred method, as this is the one used by VideoLAN to
+  build the official Windows binaries.
 
 - natively on Windows, using MSYS+MINGW (www.mingw.org)
   (MSYS is a minimal build environment to compile Unixish projects under
   windows. It provides all the common Unix tools like sh, gmake...)
 
-UNSUPPORTED METHODS
--------------------
+UNSUPPORTED METHOD
+------------------
+
 - natively on Windows, using cygwin (www.cygwin.com) with or without the
-  POSIX emulation layer. This is the preferred way to compile vlc if you want
-  to do it on Windows.
+  POSIX emulation layer.
   Read http://wiki.videolan.org/Win32CompileCygwinNew to have a complete HOWTO
 
-- natively on Windows, using Microsoft Visual Studio. This will not work.
-
 
 Getting the right compiler tools
 ================================