Changeset 693e4708d9319ec64f7a009fe4a8d3e0cf5378ec

Show
Ignore:
Timestamp:
11/12/01 12:37:30 (7 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1005565050 +0000
git-parent:

[2dccc4a495858a1fbdb110009b047b238fb61e35]

git-author:
Christophe Massiot <massiot@videolan.org> 1005565050 +0000
Message:

Documentation updates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FAQ

    r6601f36 r693e470  
    11Frequentely Asked Questions for VideoLAN Client 
    2 $Id: FAQ,v 1.1 2001/10/26 16:23:06 massiot Exp $ 
     2$Id: FAQ,v 1.2 2001/11/12 11:37:30 massiot Exp $ 
    33 
    441. Using VLC 
     
    122122information on them. 
    123123 
     1243.2 Win32 port 
     125 
     1263.2.2 When moving the focus to another window, VLC network input stops 
     127working properly ! 
     128--------------------------------------------------------------------------- 
     129This is a known problem with Win 95-class systems. Upgrade to an NT-class 
     130system. 
  • INSTALL

    rc085b21 r693e470  
    77A typical way to configure vlc is: 
    88 
    9    ./configure --prefix=/usr --enable-gnome --with-sdl 
     9   ./configure --prefix=/usr --enable-gnome 
    1010 
    1111See `./configure --help' for more information. 
     
    1414 
    1515   make distclean ; ./configure --prefix=/usr --enable-gnome \ 
    16       --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ 
    17       --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa 
     16      --enable-fb --with-glide --with-ggi --enable-esd \ 
     17      --enable-gtk --enable-qt --enable-xvideo --enable-alsa 
    1818 
    19 If you intend to debug stuff, you may want to disable optimizations: 
     19If you intend to debug stuff, you may want to compile with debugging 
     20symbols: 
    2021 
    2122   make distclean ; ./configure --prefix=/usr --enable-gnome \ 
    22       --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ 
    23       --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa \ 
     23      --enable-fb --with-glide --with-ggi --enable-esd \ 
     24      --enable-gtk --enable-qt --enable-xvideo --enable-alsa \ 
    2425      --enable-debug 
    2526 
     
    2930     RANLIB=i586-mingw32msvc-ranlib ./configure --host=i386-mingw32msvc \ 
    3031     --target=i386-mingw32msvc --build=i386-linux --disable-dsp \ 
    31      --disable-gtk --disable-x11 --disable-xvideo 
     32     --disable-x11 --disable-xvideo 
    3233 
    3334 
     
    6768   rpm -ba vlc.spec 
    6869 
     70To build an ipkg package (iPAQ familiar Linux), use: 
     71 
     72   ipkg-buildpackage