Changeset c93f613b1461ccedfa39c4d4dad0699a66783bb3
- 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
| reddf123 |
rc93f613 |
|
| 17 | 17 | interface. You then have to type your drive letter in the 'Device name' |
|---|
| 18 | 18 | box (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. ) |
|---|
| 21 | 19 | |
|---|
| 22 | 20 | Building VideoLAN Client from the source code |
|---|
| … | … | |
| 63 | 61 | to build the DirectX, GTK and SDL plugins. |
|---|
| 64 | 62 | (http://www.videolan.org/vlc/windows.html) |
|---|
| | 63 | |
|---|
| | 64 | - compiling natively on Windoze with cygwin: |
|---|
| | 65 | You will need to download and run the setup.exe app from cygwin's web site |
|---|
| | 66 | (www.cygwin.com). |
|---|
| | 67 | I'm personnaly running the experimental distribution (and gcc-3.2) with the |
|---|
| | 68 | exception of the autoconf tool for which I'm using the autoconf-devel-2.52-4 |
|---|
| | 69 | package (I had problems with 2.53a-1). You will need to make sure you install |
|---|
| | 70 | at least the gcc-mingw, mingw-runtime and w32api packages. |
|---|
| | 71 | |
|---|
| | 72 | Also note that currently, even when using the -mno-cygwin option, the final |
|---|
| | 73 | executable requires cygwin1.dll even if none of the objects linked to form the |
|---|
| | 74 | executable does depend on cygwin1.dll itself. I don't know yet why the linker |
|---|
| | 75 | plays this trick... |
|---|
| 65 | 76 | |
|---|
| 66 | 77 | |
|---|
| … | … | |
| 133 | 144 | line. |
|---|
| 134 | 145 | |
|---|
| 135 | | Note: when using the --with-dvdcss-tree you need to compile the tree |
|---|
| | 146 | Note: when using the --with-dvdcss-tree you need to compile the libdvdcss tree |
|---|
| 136 | 147 | beforehand. |
|---|
| 137 | 148 | |
|---|