]> git.sesse.net Git - vlc/blob - INSTALL
* Everything in place for the 0.2.63 release.
[vlc] / INSTALL
1 INSTALL file for vlc, the VideoLAN Client
2
3
4 Building VideoLAN
5 =================
6
7 A typical way to configure vlc is:
8
9    ./configure --prefix=/usr --enable-gnome --with-sdl
10
11 See `./configure --help' for more information.
12
13 Then, run `make' to build vlc.
14
15 Here is a shortcut to copy-paste for a clean build:
16
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 && make
20
21
22 Installing and running VideoLAN
23 ===============================
24
25 You can install the vlc and its plugins by typing:
26
27    make install
28
29 But you don't need to install it if you don't want to; vlc can be launched
30 from the current directory as well:
31
32    ./vlc
33
34
35 Building packages
36 =================
37
38 To build a Debian package, you may use:
39
40    dpkg-buildpackage -rfakeroot -us -uc
41
42
43 To build RedHat packages, use:
44
45    rpm -ba vlc.spec
46