]> git.sesse.net Git - vlc/blob - INSTALL
* ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
[vlc] / INSTALL
1 $Id: INSTALL,v 1.24 2003/02/02 04:01:29 sam Exp $
2
3 INSTALL file for the VLC media player
4
5
6 Configuring VLC
7 ===============
8
9 A typical way to configure VLC is:
10
11    ./configure --prefix=/usr --enable-gnome
12
13 See `./configure --help' for more information.
14
15 If you intend to debug stuff, you may want to compile with debugging
16 symbols:
17
18    make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug
19
20
21 Building VLC
22 ============
23
24 Have a look at the generated Makefile.opts file, you may want to choose
25 which modules will be compiled as plugins, and which ones will remain in
26 the core application. The configure script tries to guess for you.
27
28 Once configured, run `make' to build VLC.
29
30
31 Installing and running VLC
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 install it if you don't want to; VLC can be launched
39 from the current directory as well:
40
41    ./vlc
42
43
44 Building packages
45 =================
46
47 To build a Debian package, you may use:
48
49    dpkg-buildpackage -rfakeroot -us -uc
50
51
52 To build RedHat packages, use:
53
54    rpm -ba vlc.spec
55
56 To build an ipkg package (iPAQ familiar Linux), use:
57
58    ipkg-buildpackage
59