]> git.sesse.net Git - vlc/blobdiff - INSTALL
. should compile & run on Solaris with ./configure --disable-dsp
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index e9a1285a3d4b156a275c9b8a943443b798de1ed3..0b4232896ef24e74594ecb1131035c733f1eb632 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,12 +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-mmx --enable-gnome --enable-fb \
-           --enable-glide --enable-ggi --enable-sdl --enable-esd --enable-alsa
+   ./configure --prefix=/usr --enable-gnome --enable-fb \
+           --with-glide --with-ggi --with-sdl --enable-esd --enable-alsa
 
 See `./configure --help' for more information.