* Split audio output into several separate files to make it easier
[vlc.git] / INSTALL
bloba27e29d8d875baaa82bba9a78b909a7f4c4a13f9
1 INSTALL file for vlc, the VideoLAN Client
4 Building VideoLAN
5 =================
7 A typical way to configure vlc is:
9    ./configure --prefix=/usr --enable-gnome --with-sdl
11 See `./configure --help' for more information.
13 Then, run `make' to build vlc.
15 Here is a shortcut to copy-paste for a complete build:
17    make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \
18       --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
19       --enable-alsa --enable-mga --enable-gtk --enable-qt && make
21 If you intend to debug stuff, you may want to disable optimizations:
23    make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \
24       --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
25       --enable-alsa --enable-mga --enable-gtk --enable-qt \
26       --disable-optimizatons && make
29 Installing and running VideoLAN
30 ===============================
32 You can install the vlc and its plugins by typing:
34    make install
36 But you don't need to install it if you don't want to; vlc can be launched
37 from the current directory as well:
39    ./vlc
42 Building packages
43 =================
45 To build a Debian package, you may use:
47    dpkg-buildpackage -rfakeroot -us -uc
50 To build RedHat packages, use:
52    rpm -ba vlc.spec