X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=a27e29d8d875baaa82bba9a78b909a7f4c4a13f9;hb=a0c1805bd992c0ae1fa018156358d831fbaf8f93;hp=db2309301495ddc2d5083565a2242608f84ad8af;hpb=93ca3031ee75338ae1eb922b74cbfe7ee0dc66b8;p=vlc diff --git a/INSTALL b/INSTALL index db23093014..a27e29d8d8 100644 --- a/INSTALL +++ b/INSTALL @@ -12,11 +12,18 @@ See `./configure --help' for more information. Then, run `make' to build vlc. -Here is a shortcut to copy-paste for a clean build: +Here is a shortcut to copy-paste for a complete 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 + --enable-alsa --enable-mga --enable-gtk --enable-qt && make + +If you intend to debug stuff, you may want to disable optimizations: + + 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 --enable-qt \ + --disable-optimizatons && make Installing and running VideoLAN