]> git.sesse.net Git - vlc/blobdiff - INSTALL
. now we only try to open plugins which are existing files
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index ab1379a84919e31fe6d04a2e56229f6f25ee535a..e9a1285a3d4b156a275c9b8a943443b798de1ed3 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-mmx --enable-gnome
+
+For a full compilation, you may try :
+
+   ./configure --prefix=/usr --enable-mmx --enable-gnome --enable-fb \
+           --enable-glide --enable-ggi --enable-sdl --enable-esd --enable-alsa
 
 See `./configure --help' for more information.