X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=a6adae3f2969047f5d0fd3d8f5e4dc70ce249c2f;hb=bec589af3d0359470566d1013d119dd079d81374;hp=ab1379a84919e31fe6d04a2e56229f6f25ee535a;hpb=3cbfc06dc36bc0d178793558d52d71348e999106;p=vlc diff --git a/INSTALL b/INSTALL index ab1379a849..a6adae3f29 100644 --- 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-gnome --with-sdl + +For a full compilation, you may try : + + ./configure --prefix=/usr --enable-gnome --enable-fb \ + --with-glide --with-ggi --with-sdl --enable-esd --enable-alsa See `./configure --help' for more information. @@ -23,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 --enable-mga --enable-gtk && make + + Installing and running VideoLAN ===============================