Diego Biurrun
2013-02-27 14:20:12 UTC
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Wed Feb 27 14:57:55 2013 +0100| [a738cbbf7c195e3227ae65309c08fd83d42f9196] | committer: Jean-Baptiste Kempf
INSTALL: Fix instructions for Linux to Windows crosscompilation
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):
INSTALL: Fix instructions for Linux to Windows crosscompilation
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=a738cbbf7c195e3227ae65309c08fd83d42f9196
---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):