From gitlab at videolan.org Wed Apr 29 17:48:45 2020 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Wed, 29 Apr 2020 17:48:45 +0200 Subject: [libdvdcss-devel] [Git][videolan/libdvdcss][master] update instructions with modern host targets Message-ID: <5ea9a1ddc9467_2a63fc41c345524633387@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss Commits: eb1f6ed7 by Chad Dougherty at 2020-04-29T17:44:11+02:00 update instructions with modern host targets - - - - - 1 changed file: - INSTALL Changes: ===================================== INSTALL ===================================== @@ -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 View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/eb1f6ed7a012b390e23549778bcc7b54c55869d4 -- View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/eb1f6ed7a012b390e23549778bcc7b54c55869d4 You're receiving this email because of your account on code.videolan.org.