ref: a738cbbf7c195e3227ae65309c08fd83d42f9196
parent: f000838a0ef52a1bbcc272ece4264976e1a17bc0
author: Diego Biurrun <diego@biurrun.de>
date: Wed Feb 27 09:57:55 EST 2013
INSTALL: Fix instructions for Linux to Windows crosscompilation Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
--- a/INSTALL
+++ b/INSTALL
@@ -40,14 +40,10 @@
- on a Linux host with the mingw.org or mingw-w64 cross-compilers:
- If you are running Debian, there are mingw32 packages you can use.
+ Tell configure about the compiler to use. If you run, for example, Debian or
+ Ubuntu with the mingw32 packages installed, it would be:
- If you are cross-compiling from the Debian package, you can use the following
- commands, for example:
-
- ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \
- --build=i386-linux
-
+ ./configure --host=i586-mingw32msvc
make
- natively on Windows with MSYS + MinGW (www.mingw.org):