Changeset c93f613b1461ccedfa39c4d4dad0699a66783bb3

Show
Ignore:
Timestamp:
10/11/02 19:29:03 (6 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1034357343 +0000
git-parent:

[4b4a8f1d20206483309417711a9125ac3e7b66e4]

git-author:
Gildas Bazin <gbazin@videolan.org> 1034357343 +0000
Message:

* INSTALL.win32: removed note about running in administrator mode to play

a DVD. Updated doc about using cygwin for compiling.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL.win32

    reddf123 rc93f613  
    1717interface. You then have to type your drive letter in the 'Device name' 
    1818box (eg. 'D' if this is the letter for your dvdrom drive). 
    19 ( !WARNING: you have to be in administrator mode (for now) on Win2k/XP or the 
    20   DVD won't play. ) 
    2119 
    2220Building VideoLAN Client from the source code 
     
    6361to build the DirectX, GTK and SDL plugins. 
    6462(http://www.videolan.org/vlc/windows.html) 
     63 
     64- compiling natively on Windoze with cygwin: 
     65You will need to download and run the setup.exe app from cygwin's web site 
     66(www.cygwin.com). 
     67I'm personnaly running the experimental distribution (and gcc-3.2) with the 
     68exception of the autoconf tool for which I'm using the autoconf-devel-2.52-4 
     69package (I had problems with 2.53a-1). You will need to make sure you install 
     70at least the gcc-mingw, mingw-runtime and w32api packages. 
     71 
     72Also note that currently, even when using the -mno-cygwin option, the final 
     73executable requires cygwin1.dll even if none of the objects linked to form the 
     74executable does depend on cygwin1.dll itself. I don't know yet why the linker 
     75plays this trick... 
    6576 
    6677 
     
    133144line. 
    134145 
    135 Note: when using the --with-dvdcss-tree you need to compile the tree 
     146Note: when using the --with-dvdcss-tree you need to compile the libdvdcss tree 
    136147beforehand. 
    137148