]> git.sesse.net Git - vlc/blobdiff - INSTALL
Added : alsa support
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index 678730e22a6cc2bdf89cca276aca5a107145f5eb..50090e968aa2c7ede8065a63d2029267eccb28bd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,6 +8,11 @@ A typical way to configure the vlc is :
 
    ./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-mga --enable-esd --enable-alsa
+
 See `./configure --help' for more information.
 
 Then, run `make', and `make install' to install it.