Difference between revisions of "Category:Building"
Jump to navigation
Jump to search
m (→Operating Systems: Added link to page for WinRT) |
|||
Line 21: | Line 21: | ||
But there are the special HowTos for the OS you want VLC in. | But there are the special HowTos for the OS you want VLC in. | ||
− | * [[Win32Compile| | + | Desktop: |
− | * [[OSXCompile| | + | * [[Win32Compile|Windows]] ([[Win32CompileMSYS|MSYS]],[[Win32CompileCygwinNew|Cygwin]]) |
− | * [[UnixCompile| | + | * [[OSXCompile|OS X]] |
− | * [[Solaris| | + | * [[UnixCompile|Linux, BSD or other UniXes]] |
+ | * [[Solaris|Solaris]] | ||
− | * [[AndroidCompile| | + | Mobile: |
− | * [[iOSCompile| | + | * [[AndroidCompile|Android]] |
− | * [[WinRTCompile| | + | * [[iOSCompile|iOS]] |
+ | * [[WinRTCompile|WinRT]] | ||
+ | |||
+ | OLD: | ||
* [[WinCECompile|How to compile for WinCE]] (outdated) | * [[WinCECompile|How to compile for WinCE]] (outdated) | ||
* [[BeOSCompile|How to compile on BeOS]] (outdated) | * [[BeOSCompile|How to compile on BeOS]] (outdated) |
Revision as of 22:33, 3 January 2015
This guide will help you compile VLC media player for your platform.
This guide is intended for developers and power users.
You should come on IRC to assist you during this phase.
Warning: Do not put pre-release test binaries or git-compiles on software sites or on user-forums. We've had bad experiences with this before and we do not appreciate it.
Generic Steps
These are the main steps to follow to compile VLC :
- Prepare your compile environment,
- Get the source of VLC media player,
- bootstrap, using the ./bootstrap, if you took the code from repository,
- Prepare the extras libraries needed for VLC media player, read the list,
- Configure,
- and build, using make
Operating Systems
But there are the special HowTos for the OS you want VLC in.
Desktop:
Mobile:
OLD:
- How to compile for WinCE (outdated)
- How to compile on BeOS (outdated)
- How to cross-compile for old ARM-based PDAs (outdated)
Other compile guides
- How to compile a module outside of VLC source tree
- Compile DirectFB plugin
- Contrib Status - 3rd party libraries status.
- Links to the packaging in various distros
See also Category:Operating systems.
Pages in category "Building"
The following 46 pages are in this category, out of 46 total.