X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=3b6408caed7830fdd7d282ae0c7d38405793673d;hb=128b5eb239e5fe025cd2c86864389b25f48715d4;hp=416671e08270f2c60ba7a8cba7a91ea9043ad13b;hpb=543556379d3748bc9e724cbbcdd4b7c100fca3dc;p=vlc diff --git a/INSTALL b/INSTALL index 416671e082..3b6408caed 100644 --- a/INSTALL +++ b/INSTALL @@ -6,22 +6,14 @@ Configuring VideoLAN A typical way to configure vlc is: - ./configure --prefix=/usr --enable-gnome --with-sdl + ./configure --prefix=/usr --enable-gnome See `./configure --help' for more information. -Here is a shortcut to copy-paste for a complete build: +If you intend to debug stuff, you may want to compile with debugging +symbols: - make distclean && ./configure --prefix=/usr --enable-gnome \ - --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ - --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-mga --enable-gtk --enable-qt --enable-xvideo \ - --enable-debug + make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug Building VideoLAN @@ -59,3 +51,7 @@ To build RedHat packages, use: rpm -ba vlc.spec +To build an ipkg package (iPAQ familiar Linux), use: + + ipkg-buildpackage +