]> git.sesse.net Git - vlc/blob - INSTALL
. rajout de l'option -Winline
[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-mmx --enable-gnome
10
11 For a full compilation, you may try :
12
13    ./configure --prefix=/usr --enable-mmx --enable-gnome --enable-fb \
14            --enable-glide --enable-ggi --enable-mga --enable-esd
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 Installing and running VideoLAN
32 ===============================
33
34 You can install the vlc and its plugins by typing :
35
36    make install
37
38 But you don't need to do it if you don't want ; vlc can be launched
39 from the current directory as well :
40
41    ./vlc
42