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
a3d8d261
Commit
a3d8d261
authored
Sep 11, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small INSTALL.win32 update.
parent
489c95ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
INSTALL.win32
INSTALL.win32
+4
-6
No files found.
INSTALL.win32
View file @
a3d8d261
...
@@ -26,9 +26,6 @@ If you want to build VLC from sources, you can do it in several ways:
...
@@ -26,9 +26,6 @@ If you want to build VLC from sources, you can do it in several ways:
- natively on Windows, using cygwin (www.cygwin.com) with or without the
- natively on Windows, using cygwin (www.cygwin.com) with or without the
POSIX emulation layer. This is the preferred way to compile vlc if you want
POSIX emulation layer. This is the preferred way to compile vlc if you want
to do it on Windows.
to do it on Windows.
NOTE: This is the PREFERRED way of building VLC natively (the others
are not as much tested so expect more difficulties with them).
Read http://wiki.videolan.org/Win32CompileCygwinNew to have a complete HOWTO
Read http://wiki.videolan.org/Win32CompileCygwinNew to have a complete HOWTO
- On GNU/Linux, using the mingw32 cross-compiler.
- On GNU/Linux, using the mingw32 cross-compiler.
...
@@ -52,6 +49,7 @@ You first need to download a GNU/Linux cross-compiler version of mingw32.
...
@@ -52,6 +49,7 @@ 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 mingw32, mingw32-binutils and
mingw32-runtime packages.
mingw32-runtime packages.
For Fedora users, you can use mingw-binutils, mingw-gcc-core, mingw-gcc-g++
- compiling natively on Windows with cygwin:
- compiling natively on Windows with cygwin:
You will need to download and run the setup.exe app from cygwin's web site
You will need to download and run the setup.exe app from cygwin's web site
...
@@ -79,9 +77,6 @@ or mpeg4 video decoding, etc...
...
@@ -79,9 +77,6 @@ or mpeg4 video decoding, etc...
Depending on your needs you will have to compile/install some or all of these
Depending on your needs you will have to compile/install some or all of these
external libraries.
external libraries.
* They can be found here (source code):
http://download.videolan.org/pub/testing/contrib/
* We also provide a package with all the libraries already compiled so it is
* We also provide a package with all the libraries already compiled so it is
actually really easy to compile a full-featured version of vlc (these compiled
actually really easy to compile a full-featured version of vlc (these compiled
libraries will only work with mingw or cygwin):
libraries will only work with mingw or cygwin):
...
@@ -96,6 +91,9 @@ external libraries.
...
@@ -96,6 +91,9 @@ external libraries.
Please note the "-C /".
Please note the "-C /".
* They can also be found here (source code):
http://download.videolan.org/pub/testing/contrib/
* An automated way of building the contrib libraries is provided in
* An automated way of building the contrib libraries is provided in
extra/contrib. It will download, configure and build the libraries.
extra/contrib. It will download, configure and build the libraries.
See the extras/contrib/README for more info.
See the extras/contrib/README for more info.
...
...
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