]> git.sesse.net Git - vlc/blob - INSTALL
(note: empty CVS mails mean that a new directory has been created,
[vlc] / INSTALL
1 INSTALL file for vlc, the VideoLAN Client
2
3
4 Building VideoLAN
5 =================
6
7 A typical way to configure the vlc is :
8
9    ./configure --prefix=/usr --enable-gnome --with-sdl
10
11 For a full compilation, you may try :
12
13    ./configure --prefix=/usr --enable-gnome --enable-fb \
14            --with-glide --with-ggi --with-sdl --enable-esd --enable-alsa
15
16 See `./configure --help' for more information.
17
18 Then, run `make', and `make install' to install it.
19
20
21 To build a Debian package, you may use :
22
23    dpkg-buildpackage -rfakeroot -us -uc
24
25
26 To build RedHat packages, use :
27
28    rpm -ba vlc.spec
29
30
31 Here's a shortcut to copy-paste to do a clean build :
32
33    make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \
34       --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
35       --enable-alsa --enable-mga --enable-gtk && make
36
37
38 Installing and running VideoLAN
39 ===============================
40
41 You can install the vlc and its plugins by typing :
42
43    make install
44
45 But you don't need to do it if you don't want ; vlc can be launched
46 from the current directory as well :
47
48    ./vlc
49