X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=3b6408caed7830fdd7d282ae0c7d38405793673d;hb=42f7e60b54a6d17c4ab93fad38177080baea9c73;hp=5dfc01ec1af3a4379370830ebbfca6e3fbb22d0b;hpb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;p=vlc diff --git a/INSTALL b/INSTALL index 5dfc01ec1a..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 --enable-alsa - -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-alsa \ - --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 +