Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
8d0a3a2d
Commit
8d0a3a2d
authored
Mar 05, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make clear of what compilation is supported and which one is not for Windows.
parent
1bed9134
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
INSTALL.win32
INSTALL.win32
+7
-3
No files found.
INSTALL.win32
View file @
8d0a3a2d
...
@@ -31,6 +31,13 @@ If you want to build VLC from sources, you can do it in several ways:
...
@@ -31,6 +31,13 @@ If you want to build VLC from sources, you can do it in several ways:
NOTE: This is the PREFERRED way of building VLC natively (the others
NOTE: This is the PREFERRED way of building VLC natively (the others
are not as much tested so expect more difficulties with them).
are not as much tested so expect more difficulties with them).
Read http://wiki.videolan.org/Win32CompileCygwinNew to have a complete HOWTO
- On GNU/Linux, using the mingw32 cross-compiler.
This method is preferred over all the others.
UNSUPPORTED METHODS
-------------------
- natively on Windows, using MSYS+MINGW (www.mingw.org)
- natively on Windows, using MSYS+MINGW (www.mingw.org)
(MSYS is a minimal build environment to compile Unixish projects under
(MSYS is a minimal build environment to compile Unixish projects under
windoze. It provides all the common Unix tools like sh, gmake...)
windoze. It provides all the common Unix tools like sh, gmake...)
...
@@ -46,9 +53,6 @@ If you want to build VLC from sources, you can do it in several ways:
...
@@ -46,9 +53,6 @@ If you want to build VLC from sources, you can do it in several ways:
with the --fast-mutex --win9x-cv-method=1 options because the debugger
with the --fast-mutex --win9x-cv-method=1 options because the debugger
usually loses signals sent by PulseEvent() )
usually loses signals sent by PulseEvent() )
- or on GNU/Linux, using the mingw32 cross-compiler.
This method is preferred over all the others.
Getting the right compiler tools
Getting the right compiler tools
================================
================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment