]> git.sesse.net Git - vlc/blobdiff - INSTALL
* Ported Glide and MGA plugins to the new module API. MGA never worked,
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index 678730e22a6cc2bdf89cca276aca5a107145f5eb..ba999911cc9e8f17685198d40964b0f4f18c4d1e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,12 @@ Building VideoLAN
 
 A typical way to configure the vlc is :
 
-   ./configure --prefix=/usr --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 --enable-mga && make
+
+
 Installing and running VideoLAN
 ===============================