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
3b0c9463
Commit
3b0c9463
authored
Aug 14, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update slightly INSTALL.win32
parent
e5043f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
INSTALL.win32
INSTALL.win32
+6
-6
No files found.
INSTALL.win32
View file @
3b0c9463
INSTALL file for the Windows
2k/XP/Vista/Seven version of the
VLC media player
INSTALL file for the Windows
XP/Vista/Seven version of
VLC media player
Running VLC
...
...
@@ -28,9 +28,7 @@ If you want to build VLC from sources, you can do it in several ways:
- natively on Windows, using MSYS+MINGW (www.mingw.org)
(MSYS is a minimal build environment to compile Unixish projects under
windoze. It provides all the common Unix tools like sh, gmake...)
Please note that the gettext utilities are not included in the default
MSYS/MINGW packages so you won't be able to build VLC with i18n support.
windows. It provides all the common Unix tools like sh, gmake...)
UNSUPPORTED METHODS
-------------------
...
...
@@ -41,13 +39,14 @@ UNSUPPORTED METHODS
- natively on Windows, using Microsoft Visual Studio. This will not work.
Getting the right compiler tools
================================
- cross-compiling with mingw32:
You first need to download a GNU/Linux cross-compiler version of mingw32.
For Debian GNU/Linux users, you can use the mingw32, mingw32-binutils and
For Debian GNU/Linux users, you can use the
gcc-
mingw32, mingw32-binutils and
mingw32-runtime packages.
For Fedora users, you can use mingw-binutils, mingw-gcc-core, mingw-gcc-g++
...
...
@@ -55,6 +54,7 @@ For MingW and Cygwin, please refer to our Wiki:
- http://wiki.videolan.org/Win32CompileMSYS
- http://wiki.videolan.org/Win32CompileCygwin
Getting the additional libraries
=================================
...
...
@@ -117,7 +117,7 @@ Once the compilation is done, you can either run VLC directly from the source
tree or you can build self-contained VLC packages with the following
'make' rules:
make package-win
32
-base
make package-win-base
will create a subdirectory named vlc-x.x.x with all the binaries
'stripped' (ie. without any debugging symbols).
...
...
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