Skip to content
Snippets Groups Projects
Commit eb1f6ed7 authored by Chad Dougherty's avatar Chad Dougherty
Browse files

update instructions with modern host targets

parent 8398d94d
No related branches found
No related tags found
1 merge request!2update instructions with modern host targets
Pipeline #16691 passed with stage
in 2 minutes and 24 seconds
......@@ -38,14 +38,20 @@ Building libdvdcss for Windows
There are two alternative ways to build libdvdcss for Windows.
- on a Linux host with the mingw.org or mingw-w64 cross-compilers:
- on a host with the mingw-w64 cross-compilers:
Tell configure about the compiler to use. If you run, for example, Debian or
Ubuntu with the mingw32 packages installed, it would be:
Tell configure about the compiler to use. If you run, for example, Debian,
Ubuntu, or Cygwin under Windows with the necessary mingw64 packages
installed, it would be:
./configure --host=i586-mingw32msvc
for a 32-bit target platform:
./configure --host=i686-w64-mingw32
make
or for a 64-bit target platform:
./configure --host=x86_64-w64-mingw32
make
- natively on Windows with MSYS + MinGW (www.mingw.org):
(MSYS is a minimal build environment to compile Unixish projects under
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment