]> git.sesse.net Git - vlc/blobdiff - INSTALL
* Renamed all tags (eg. v0_2_83 -> 0.2.83).
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index ba999911cc9e8f17685198d40964b0f4f18c4d1e..3b6408caed7830fdd7d282ae0c7d38405793673d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,49 +1,57 @@
 INSTALL file for vlc, the VideoLAN Client
 
 
-Building VideoLAN
-=================
+Configuring VideoLAN
+====================
 
-A typical way to configure the vlc is :
+A typical way to configure vlc is:
 
-   ./configure --prefix=/usr --enable-gnome --with-sdl
+   ./configure --prefix=/usr --enable-gnome
 
-For a full compilation, you may try :
+See `./configure --help' for more information.
 
-   ./configure --prefix=/usr --enable-gnome --enable-fb \
-           --with-glide --with-ggi --with-sdl --enable-esd --enable-alsa
+If you intend to debug stuff, you may want to compile with debugging
+symbols:
 
-See `./configure --help' for more information.
+   make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug
 
-Then, run `make', and `make install' to install it.
 
+Building VideoLAN
+=================
 
-To build a Debian package, you may use :
+Have a look at the generated Makefile.opts file, you may want to choose
+which modules will be compiled as plugins, and which ones will remain in
+the core application. The configure script tries to guess for you.
 
-   dpkg-buildpackage -rfakeroot -us -uc
+Once configured, run `make' to build vlc.
 
 
-To build RedHat packages, use :
+Installing and running VideoLAN
+===============================
 
-   rpm -ba vlc.spec
+You can install the vlc and its plugins by typing:
+
+   make install
 
+But you don't need to install it if you don't want to; vlc can be launched
+from the current directory as well:
 
-Here's a shortcut to copy-paste to do a clean build :
+   ./vlc
 
-   make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \
-      --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
-      --enable-alsa --enable-mga && make
 
+Building packages
+=================
 
-Installing and running VideoLAN
-===============================
+To build a Debian package, you may use:
 
-You can install the vlc and its plugins by typing :
+   dpkg-buildpackage -rfakeroot -us -uc
 
-   make install
 
-But you don't need to do it if you don't want ; vlc can be launched
-from the current directory as well :
+To build RedHat packages, use:
 
-   ./vlc
+   rpm -ba vlc.spec
+
+To build an ipkg package (iPAQ familiar Linux), use:
+
+   ipkg-buildpackage