Changeset 0925e59b790ece071b6c6bc868bca0827c91708b

Show
Ignore:
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
  • INSTALL.win32

    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 $ 
    22 
    33INSTALL file for the Windows9x/Me/NT4/2k/XP version of the VLC media player 
     
    2929  unix emulation layer. This is the prefered way to compile vlc if you want 
    3030  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). 
    3133 
    3234- natively on Windows, using MSYS+MINGW (www.mingw.org) 
     
    9395actually really easy to compile a full-featured version of vlc (these compiled 
    9496libraries 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 
     97http://download.videolan.org/pub/testing/win32/contrib-20040229-win32-bin-gcc3.3.1-only.tar.bz2 
    9698All you need to do is extract it in your root directory (the include files 
    9799and 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 /" 
     100command: "tar xjvf contrib-20040229-win32-bin-gcc3.3.1-only.tar.bz2 -C /" 
    99101 
    100102A complete list of the libraries on which we depend can be found here: 
     
    120122      --disable-sdl --disable-gtk \ 
    121123      --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 \ 
    129136      --enable-debug 
    130137 
     
    140147      --disable-sdl --disable-gtk \ 
    141148      --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 
    150162 
    151163If you are using cygwin, you can build VLC with or without the unix emulation 
     
    159171      --disable-sdl --disable-gtk \ 
    160172      --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 \ 
    168185      --enable-debug 
    169186 
     
    178195  ./configure \ 
    179196      --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 \ 
    180209      --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 \ 
    189210      --enable-debug 
    190211