1 INSTALL file for vlc, the VideoLAN Client
7 A typical way to configure vlc is:
9 ./configure --prefix=/usr --enable-gnome
11 See `./configure --help' for more information.
13 If you intend to debug stuff, you may want to compile with debugging
16 make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug
22 Have a look at the generated Makefile.opts file, you may want to choose
23 which modules will be compiled as plugins, and which ones will remain in
24 the core application. The configure script tries to guess for you.
26 Once configured, run `make' to build vlc.
29 Installing and running VideoLAN
30 ===============================
32 You can install the vlc and its plugins by typing:
36 But you don't need to install it if you don't want to; vlc can be launched
37 from the current directory as well:
45 To build a Debian package, you may use:
47 dpkg-buildpackage -rfakeroot -us -uc
50 To build RedHat packages, use:
54 To build an ipkg package (iPAQ familiar Linux), use: