]> 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 5dfc01ec1af3a4379370830ebbfca6e3fbb22d0b..3b6408caed7830fdd7d282ae0c7d38405793673d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,22 +6,14 @@ Configuring VideoLAN
 
 A typical way to configure vlc is:
 
-   ./configure --prefix=/usr --enable-gnome --with-sdl
+   ./configure --prefix=/usr --enable-gnome
 
 See `./configure --help' for more information.
 
-Here is a shortcut to copy-paste for a complete build:
+If you intend to debug stuff, you may want to compile with debugging
+symbols:
 
-   make distclean && ./configure --prefix=/usr --enable-gnome \
-      --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
-      --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa
-
-If you intend to debug stuff, you may want to disable optimizations:
-
-   make distclean && ./configure --prefix=/usr --enable-gnome \
-      --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
-      --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa \
-      --enable-debug
+   make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug
 
 
 Building VideoLAN
@@ -59,3 +51,7 @@ To build RedHat packages, use:
 
    rpm -ba vlc.spec
 
+To build an ipkg package (iPAQ familiar Linux), use:
+
+   ipkg-buildpackage
+