]> git.sesse.net Git - vlc/blobdiff - INSTALL
The motion compensation routines are now modules as well ; choose your
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index ab1379a84919e31fe6d04a2e56229f6f25ee535a..accc3d1bfcf9f33abba5f1cb3f737c484b32078b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,12 @@ Building VideoLAN
 
 A typical way to configure the vlc is :
 
-   ./configure --prefix=/usr --enable-ppro --enable-mmx --enable-gnome
+   ./configure --prefix=/usr --enable-gnome --with-sdl
+
+For a full compilation, you may try :
+
+   ./configure --prefix=/usr --enable-gnome --enable-fb \
+           --with-glide --with-ggi --with-sdl --enable-esd --enable-alsa
 
 See `./configure --help' for more information.
 
@@ -23,6 +28,13 @@ To build RedHat packages, use :
    rpm -ba vlc.spec
 
 
+Here's a shortcut to copy-paste to do a clean build :
+
+   make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \
+      --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
+      --enable-alsa && make
+
+
 Installing and running VideoLAN
 ===============================