X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=f39704fcac509afe39e4fa9ecdbad4db7ad36f1f;hb=945f294626b776bbabadc5627c05456a6ff0ae2b;hp=5dfc01ec1af3a4379370830ebbfca6e3fbb22d0b;hpb=e9cc5c05f7423734b0a8a4c8e105e8bb65e50dcd;p=vlc diff --git a/INSTALL b/INSTALL index 5dfc01ec1a..f39704fcac 100644 --- a/INSTALL +++ b/INSTALL @@ -23,6 +23,13 @@ If you intend to debug stuff, you may want to disable optimizations: --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa \ --enable-debug +It is also possible to cross-compile for the Win32 platform using mingw32: + + make distclean && CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ + RANLIB=i586-mingw32msvc-ranlib ./configure --host=i386-mingw32msvc \ + --target=i386-mingw32msvc --build=i386-linux --disable-dsp \ + --disable-gtk --disable-x11 --disable-xvideo + Building VideoLAN =================