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 Here is a shortcut to copy-paste for a complete build:
15 make distclean ; ./configure --prefix=/usr --enable-gnome \
16 --enable-fb --with-glide --with-ggi --enable-esd --enable-qt
18 If you intend to debug stuff, you may want to compile with debugging
21 make distclean ; ./configure --prefix=/usr --enable-gnome \
22 --enable-fb --with-glide --with-ggi --enable-esd --enable-qt \
25 It is also possible to cross-compile for the Win32 platform using mingw32:
27 make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \
28 RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \
29 ./configure --host=i386-mingw32msvc --with-directx-path=<path> \
30 --with-sdl-config-path=<path> --with-gtk-config-path=<path>
36 Have a look at the generated Makefile.opts file, you may want to choose
37 which modules will be compiled as plugins, and which ones will remain in
38 the core application. The configure script tries to guess for you.
40 Once configured, run `make' to build vlc.
43 Installing and running VideoLAN
44 ===============================
46 You can install the vlc and its plugins by typing:
50 But you don't need to install it if you don't want to; vlc can be launched
51 from the current directory as well:
59 To build a Debian package, you may use:
61 dpkg-buildpackage -rfakeroot -us -uc
64 To build RedHat packages, use:
68 To build an ipkg package (iPAQ familiar Linux), use: