[libdvdcss-devel] [PATCH 2/3] INSTALL: Fix instructions for Linux to Windows crosscompilation

Diego Biurrun diego at biurrun.de
Wed Feb 27 14:57:55 CET 2013


---
 INSTALL |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/INSTALL b/INSTALL
index d45489c..d9e85b8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,14 +40,10 @@ There are two alternative ways to build libdvdcss for Windows.
 
 - 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.
-
- 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
+  Tell configure about the compiler to use. If you run, for example, Debian or
+  Ubuntu with the mingw32 packages installed, it would be:
 
+  ./configure --host=i586-mingw32msvc
   make
 
 - natively on Windows with MSYS + MinGW (www.mingw.org):
-- 
1.7.9.5



More information about the libdvdcss-devel mailing list