]> git.sesse.net Git - vlc/blob - INSTALL
Add bluray to GuessType()
[vlc] / INSTALL
1 INSTALL file for the VLC media player
2 =====================================
3
4 More extensive information for *nix, Windows and Mac OS X users can be
5 found here: http://wiki.videolan.org/Compile_VLC
6
7 People installing VLC for Windows from source MUST read:
8 http://wiki.videolan.org/Win32Compile
9
10 Bootstrapping VLC
11 =================
12
13 If you retrieved VLC from the git server and do not have yet a "configure"
14 script, please run:
15
16     ./bootstrap
17
18 Configuring VLC
19 ===============
20
21 A typical way to configure VLC is:
22
23    ./configure
24
25 See `./configure --help' for more information.
26
27 If you intend to debug stuff, you may want to compile with debugging
28 symbols:
29
30    make distclean ; ./configure --enable-debug
31
32 We recommend using GCC to build VLC, though some people reported success
33 with the Intel C compiler (version 8) as well. GCC version 3.3 or higher is
34 required. On older systems (e.g. FreeBSD 4.x), please select a more recent
35 version manually by setting the CC and CXX environment variables
36 appropriately while running the ./configure shell script.
37
38
39 Building VLC
40 ============
41
42 Once configured, run `make' to build VLC.
43
44
45 Installing and running VLC
46 ==========================
47
48 You can install the VLC and its plugins by typing:
49
50    make install
51
52 But you don't need to install it if you don't want to; VLC can be launched
53 from the current directory as well:
54
55    ./vlc
56
57
58 Building packages
59 =================
60
61 To build a Debian package, you need to get the packaging info
62    git clone git://git.debian.org/pkg-multimedia/vlc.git debian
63 and then
64    git-buildpackage