1 $Id: INSTALL,v 1.24 2003/02/02 04:01:29 sam Exp $
3 INSTALL file for the VLC media player
9 A typical way to configure VLC is:
11 ./configure --prefix=/usr --enable-gnome
13 See `./configure --help' for more information.
15 If you intend to debug stuff, you may want to compile with debugging
18 make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug
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.
28 Once configured, run `make' to build VLC.
31 Installing and running VLC
32 ==========================
34 You can install the VLC and its plugins by typing:
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:
47 To build a Debian package, you may use:
49 dpkg-buildpackage -rfakeroot -us -uc
52 To build RedHat packages, use:
56 To build an ipkg package (iPAQ familiar Linux), use: