Qt: adapt the UI for correct spatializer values
[vlc.git] / INSTALL
blob4c55efd0ac79d31a518310f188d0cc92ea669c65
1 INSTALL file for the VLC media player
2 =====================================
4 More extensive information for *nix, Windows and Mac OS X users can be
5 found here: http://wiki.videolan.org/Compile_VLC
7 People installing VLC for Windows from source MUST read:
8 http://wiki.videolan.org/Win32Compile
10 Bootstrapping VLC
11 =================
13 If you retrieved VLC from the git server and do not have yet a "configure"
14 script, please run:
16     ./bootstrap
18 Configuring VLC
19 ===============
21 A typical way to configure VLC is:
23    ./configure
25 See `./configure --help' for more information.
27 If you intend to debug stuff, you may want to compile with debugging
28 symbols:
30    make distclean ; ./configure --enable-debug
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.
39 Building VLC
40 ============
42 Once configured, run `make' to build VLC.
45 Installing and running VLC
46 ==========================
48 You can install the VLC and its plugins by typing:
50    make install
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:
55    ./vlc
58 Building packages
59 =================
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
67 To build RPM packages, copy a spec file from extra/package/rpm and:
69    rpm -ba vlc.spec
71 To build an ipkg package (iPAQ familiar Linux), use:
73    ipkg-buildpackage