|
|
@ -13,23 +13,21 @@ See `./configure --help' for more information. |
|
|
Here is a shortcut to copy-paste for a complete build: |
|
|
Here is a shortcut to copy-paste for a complete build: |
|
|
|
|
|
|
|
|
make distclean ; ./configure --prefix=/usr --enable-gnome \ |
|
|
make distclean ; ./configure --prefix=/usr --enable-gnome \ |
|
|
--enable-fb --with-glide --with-ggi --enable-esd \ |
|
|
--enable-fb --with-glide --with-ggi --enable-esd --enable-qt |
|
|
--enable-gtk --enable-qt --enable-xvideo --enable-alsa |
|
|
|
|
|
|
|
|
|
|
|
If you intend to debug stuff, you may want to compile with debugging |
|
|
If you intend to debug stuff, you may want to compile with debugging |
|
|
symbols: |
|
|
symbols: |
|
|
|
|
|
|
|
|
make distclean ; ./configure --prefix=/usr --enable-gnome \ |
|
|
make distclean ; ./configure --prefix=/usr --enable-gnome \ |
|
|
--enable-fb --with-glide --with-ggi --enable-esd \ |
|
|
--enable-fb --with-glide --with-ggi --enable-esd --enable-qt \ |
|
|
--enable-gtk --enable-qt --enable-xvideo --enable-alsa \ |
|
|
|
|
|
--enable-debug |
|
|
--enable-debug |
|
|
|
|
|
|
|
|
It is also possible to cross-compile for the Win32 platform using mingw32: |
|
|
It is also possible to cross-compile for the Win32 platform using mingw32: |
|
|
|
|
|
|
|
|
make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ |
|
|
make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ |
|
|
RANLIB=i586-mingw32msvc-ranlib ./configure --host=i386-mingw32msvc \ |
|
|
RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \ |
|
|
--target=i386-mingw32msvc --build=i386-linux --disable-dsp \ |
|
|
./configure --host=i386-mingw32msvc --with-directx-path=<path> \ |
|
|
--disable-x11 --disable-xvideo |
|
|
--with-sdl-config-path=<path> --with-gtk-config-path=<path> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Building VideoLAN |
|
|
Building VideoLAN |
|
|
@ -70,3 +68,4 @@ To build RedHat packages, use: |
|
|
To build an ipkg package (iPAQ familiar Linux), use: |
|
|
To build an ipkg package (iPAQ familiar Linux), use: |
|
|
|
|
|
|
|
|
ipkg-buildpackage |
|
|
ipkg-buildpackage |
|
|
|
|
|
|
|
|
|