X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=7faafafbbd6019f7d4fcc8d1dc5d0ace8fb4f5d8;hb=a70f8bb371466209770c4c3bcdb7137b94acef66;hp=ce399befc03dac93eaec7cc30cca4877d9f4b331;hpb=7f1f24b3aa593a6c426a86e9b707b162372a1b9f;p=vlc diff --git a/INSTALL b/INSTALL index ce399befc0..7faafafbbd 100644 --- a/INSTALL +++ b/INSTALL @@ -14,13 +14,13 @@ Here is a shortcut to copy-paste for a complete build: make distclean && ./configure --prefix=/usr --enable-gnome \ --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ - --enable-alsa --enable-mga --enable-gtk --enable-qt --enable-xvideo + --enable-mga --enable-gtk --enable-qt --enable-xvideo If you intend to debug stuff, you may want to disable optimizations: make distclean && ./configure --prefix=/usr --enable-gnome \ --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ - --enable-alsa --enable-mga --enable-gtk --enable-qt --enable-xvideo \ + --enable-mga --enable-gtk --enable-qt --enable-xvideo \ --disable-optimizatons