Changeset 0925e59b790ece071b6c6bc868bca0827c91708b
- Timestamp:
- 02/29/04 15:35:10
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1078065310 +0000
- git-parent:
[04243e8625d86a1ab6f379fe304014b6ebd28081]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1078065310 +0000
- Message:
* INSTALL.win32: updated win32 build instructions.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re525bf1 |
r0925e59 |
|
| 1 | | $Id: INSTALL.win32,v 1.22 2004/01/24 21:06:51 hartman Exp $ |
|---|
| | 1 | $Id: INSTALL.win32,v 1.23 2004/02/29 14:35:10 gbazin Exp $ |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | INSTALL file for the Windows9x/Me/NT4/2k/XP version of the VLC media player |
|---|
| … | … | |
| 29 | 29 | unix emulation layer. This is the prefered way to compile vlc if you want |
|---|
| 30 | 30 | to do it on Windows. |
|---|
| | 31 | NOTE: This is the PREFERED way of building VLC natively (the others |
|---|
| | 32 | are not as much tested so expect more difficulties with them). |
|---|
| 31 | 33 | |
|---|
| 32 | 34 | - natively on Windows, using MSYS+MINGW (www.mingw.org) |
|---|
| … | … | |
| 93 | 95 | actually really easy to compile a full-featured version of vlc (these compiled |
|---|
| 94 | 96 | libraries will only work with mingw or cygwin): |
|---|
| 95 | | http://download.videolan.org/pub/testing/win32/contrib-20040106-win32-bin-gcc3.3.1-only.tar.bz2 |
|---|
| | 97 | http://download.videolan.org/pub/testing/win32/contrib-20040229-win32-bin-gcc3.3.1-only.tar.bz2 |
|---|
| 96 | 98 | All you need to do is extract it in your root directory (the include files |
|---|
| 97 | 99 | and libraries will be put in /usr/win32). You can do this with the following |
|---|
| 98 | | command: "tar xjvf contrib-20040106-win32-bin-gcc3.3.1-only.tar.bz2 -C /" |
|---|
| | 100 | command: "tar xjvf contrib-20040229-win32-bin-gcc3.3.1-only.tar.bz2 -C /" |
|---|
| 99 | 101 | |
|---|
| 100 | 102 | A complete list of the libraries on which we depend can be found here: |
|---|
| … | … | |
| 120 | 122 | --disable-sdl --disable-gtk \ |
|---|
| 121 | 123 | --enable-nls \ |
|---|
| 122 | | --enable-ffmpeg --with-ffmpeg-mp3lame \ |
|---|
| 123 | | --enable-faad \ |
|---|
| 124 | | --enable-flac \ |
|---|
| 125 | | --enable-theora \ |
|---|
| 126 | | --with-wx-config-path=/usr/win32/bin \ |
|---|
| 127 | | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| 128 | | --disable-fribidi --disable-vcdx \ |
|---|
| | 124 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| | 125 | --enable-faad \ |
|---|
| | 126 | --enable-flac \ |
|---|
| | 127 | --enable-theora \ |
|---|
| | 128 | --with-wx-config-path=/usr/win32/bin \ |
|---|
| | 129 | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| | 130 | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| | 131 | --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \ |
|---|
| | 132 | --enable-caca --with-caca-config-path=/usr/win32/bin \ |
|---|
| | 133 | --with-xml2-config-path=/usr/win32/bin \ |
|---|
| | 134 | --with-dvdnav-config-path=/usr/win32/bin \ |
|---|
| | 135 | --disable-cddax --disable-vcdx \ |
|---|
| 129 | 136 | --enable-debug |
|---|
| 130 | 137 | |
|---|
| … | … | |
| 140 | 147 | --disable-sdl --disable-gtk \ |
|---|
| 141 | 148 | --enable-nls \ |
|---|
| 142 | | --enable-ffmpeg --with-ffmpeg-mp3lame \ |
|---|
| 143 | | --enable-faad \ |
|---|
| 144 | | --enable-flac \ |
|---|
| 145 | | --enable-theora \ |
|---|
| 146 | | --with-wx-config-path=/usr/win32/bin \ |
|---|
| 147 | | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| 148 | | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| 149 | | --disable-vcdx --enable-debug |
|---|
| | 149 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| | 150 | --enable-faad \ |
|---|
| | 151 | --enable-flac \ |
|---|
| | 152 | --enable-theora \ |
|---|
| | 153 | --with-wx-config-path=/usr/win32/bin \ |
|---|
| | 154 | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| | 155 | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| | 156 | --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \ |
|---|
| | 157 | --enable-caca --with-caca-config-path=/usr/win32/bin \ |
|---|
| | 158 | --with-xml2-config-path=/usr/win32/bin \ |
|---|
| | 159 | --with-dvdnav-config-path=/usr/win32/bin \ |
|---|
| | 160 | --disable-cddax --disable-vcdx \ |
|---|
| | 161 | --enable-debug |
|---|
| 150 | 162 | |
|---|
| 151 | 163 | If you are using cygwin, you can build VLC with or without the unix emulation |
|---|
| … | … | |
| 159 | 171 | --disable-sdl --disable-gtk \ |
|---|
| 160 | 172 | --enable-nls \ |
|---|
| 161 | | --enable-ffmpeg --with-ffmpeg-mp3lame \ |
|---|
| 162 | | --enable-faad \ |
|---|
| 163 | | --enable-flac \ |
|---|
| 164 | | --enable-theora \ |
|---|
| 165 | | --with-wx-config-path=/usr/win32/bin \ |
|---|
| 166 | | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| 167 | | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| | 173 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| | 174 | --enable-faad \ |
|---|
| | 175 | --enable-flac \ |
|---|
| | 176 | --enable-theora \ |
|---|
| | 177 | --with-wx-config-path=/usr/win32/bin \ |
|---|
| | 178 | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| | 179 | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| | 180 | --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \ |
|---|
| | 181 | --enable-caca --with-caca-config-path=/usr/win32/bin \ |
|---|
| | 182 | --with-xml2-config-path=/usr/win32/bin \ |
|---|
| | 183 | --with-dvdnav-config-path=/usr/win32/bin \ |
|---|
| | 184 | --disable-cddax --disable-vcdx \ |
|---|
| 168 | 185 | --enable-debug |
|---|
| 169 | 186 | |
|---|
| … | … | |
| 178 | 195 | ./configure \ |
|---|
| 179 | 196 | --disable-sdl --disable-gtk \ |
|---|
| | 197 | --enable-nls \ |
|---|
| | 198 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| | 199 | --enable-faad \ |
|---|
| | 200 | --enable-flac \ |
|---|
| | 201 | --enable-theora \ |
|---|
| | 202 | --with-wx-config-path=/usr/win32/bin \ |
|---|
| | 203 | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| | 204 | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| | 205 | --enable-caca --with-caca-config-path=/usr/win32/bin \ |
|---|
| | 206 | --with-xml2-config-path=/usr/win32/bin \ |
|---|
| | 207 | --with-dvdnav-config-path=/usr/win32/bin \ |
|---|
| | 208 | --disable-cddax --disable-vcdx \ |
|---|
| 180 | 209 | --disable-mkv \ |
|---|
| 181 | | --enable-nls \ |
|---|
| 182 | | --enable-ffmpeg --with-ffmpeg-mp3lame \ |
|---|
| 183 | | --enable-faad \ |
|---|
| 184 | | --enable-flac \ |
|---|
| 185 | | --enable-theora \ |
|---|
| 186 | | --with-wx-config-path=/usr/win32/bin \ |
|---|
| 187 | | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| 188 | | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| 189 | 210 | --enable-debug |
|---|
| 190 | 211 | |
|---|