]> git.sesse.net Git - vlc/blobdiff - INSTALL.win32
* src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementar...
[vlc] / INSTALL.win32
index 0262974d1fe6c90542c4f24d6aabd67abb0e4453..e4639f2a40d4533f9fbe17c238d057c6ccd27179 100644 (file)
@@ -1,4 +1,4 @@
-$Id: INSTALL.win32,v 1.14 2003/05/17 23:57:35 gbazin Exp $
+$Id: INSTALL.win32,v 1.17 2003/07/06 16:22:15 gbazin Exp $
 
 INSTALL file for the Windows9x/Me/NT4/2k/XP version of the VLC media player
 
@@ -45,6 +45,9 @@ If you want to build VLC from sources, you can do it in several ways:
   experiment/play with some basic functionnalities in vlc. The reason for this
   is that vlc depends on a lot of 3rd party libraries and building them in
   MSVC is not convenient and sometimes even impossible.
+  ( NOTE: if you want to run vlc under the msvc debugger, you need to run it
+    with the --fast-mutex --win9x-cv-method=1 options because the debugger
+    usually loses signals sent by PulseEvent() )
 
 - or on Linux, using the mingw32 cross-compiler.
 
@@ -88,9 +91,10 @@ http://www.videolan.org/pub/testing/contrib/
 I also provide a package with all the libraries already compiled so it is
 actually really easy to compile a full-featured version of vlc (these compiled
 libraries will only work with mingw or cygwin):
-http://www.videolan.org/pub/testing/win32/contrib-20030420-win32-bin.tar.bz2
+http://www.videolan.org/pub/testing/win32/contrib-20030622-win32-bin.tar.bz2
 All you need to do is extract it in your root directory (the include files
-and libraries will be put in /usr/win32)
+and libraries will be put in /usr/win32). You can do this with the following
+command: "tar xjvf contrib-20030622-win32-bin.tar.bz2 -C /"
 
 A complete list of the libraries on which we depend can be found here:
 http://developers.videolan.org/vlc/