Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdcss
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdcss
Commits
eb1f6ed7
Commit
eb1f6ed7
authored
4 years ago
by
Chad Dougherty
Browse files
Options
Downloads
Patches
Plain Diff
update instructions with modern host targets
parent
8398d94d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
update instructions with modern host targets
Pipeline
#16691
passed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+10
-4
10 additions, 4 deletions
INSTALL
with
10 additions
and
4 deletions
INSTALL
+
10
−
4
View file @
eb1f6ed7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment