X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=accc3d1bfcf9f33abba5f1cb3f737c484b32078b;hb=647cca0ebb2e897a570018ba80483bb81a7d90c6;hp=0b4232896ef24e74594ecb1131035c733f1eb632;hpb=cf0b7cf953a80e78c1778e819b4d5b03216dc165;p=vlc diff --git a/INSTALL b/INSTALL index 0b4232896e..accc3d1bfc 100644 --- a/INSTALL +++ b/INSTALL @@ -28,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 && make + + Installing and running VideoLAN ===============================