codecleanup: de-static-inline a bunch of input_item functions.
[vlc/pdherbemont.git] / INSTALL
blob3cfe1347119be85eed7d32b33dee35e0c210d68c
1 INSTALL file for the VLC media player
3 More extensive information for *nix, Windows, Mac OS X and BeOS users can be found here: 
4 http://developers.videolan.org/vlc/
6 Bootstrapping VLC
7 =================
9 If you retrieved VLC from the SVN server and do not have a "configure"
10 script, please refer to the HACKING file.
12 Configuring VLC
13 ===============
15 A typical way to configure VLC is:
17    ./configure --prefix=/usr
19 See `./configure --help' for more information.
21 If you intend to debug stuff, you may want to compile with debugging
22 symbols:
24    make distclean ; ./configure --prefix=/usr --enable-debug
26 We recommend using GCC to build VLC, though some people reported success
27 with the Intel C compiler (version 8) as well. GCC version 3.3 or higher is
28 required. On older systems (e.g. FreeBSD 4.x, BeOS), please select a more
29 recent version manually by setting the CC and CXX environment variables
30 appropriately while running the ./configure shell script.
33 Building VLC
34 ============
36 Once configured, run `make' to build VLC.
39 Installing and running VLC
40 ==========================
42 You can install the VLC and its plugins by typing:
44    make install
46 But you don't need to install it if you don't want to; VLC can be launched
47 from the current directory as well:
49    ./vlc
52 Building packages
53 =================
55 To build a Debian package, you need to get the packaging info
56    svn co svn://svn.debian.org/pkg-multimedia/videolan/vlc/debian debian 
57 and then
58    dpkg-buildpackage -rfakeroot -us -uc
61 To build RedHat packages, use:
63    rpm -ba vlc.spec
65 To build an ipkg package (iPAQ familiar Linux), use:
67    ipkg-buildpackage