]> git.sesse.net Git - vlc/blob - INSTALL
Bon, puisque �a semble commiter sous BeOS, je commite.
[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 See `./configure --help' for more information.
12
13 Then, run `make', and `make install' to install it.
14
15
16 To build a Debian package, you may use :
17
18    dpkg-buildpackage -rfakeroot -us -uc
19
20
21 To build RedHat packages, use :
22
23    rpm -ba vlc.spec
24
25
26 Installing and running VideoLAN
27 ===============================
28
29 You can install the vlc and its plugins by typing :
30
31    make install
32
33 But you don't need to do it if you don't want ; vlc can be launched
34 from the current directory as well :
35
36    ./vlc
37