Difference between revisions of "Category:Building"
Jump to navigation
Jump to search
m (→Compile for one Operating System: OS X → macOS) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This guide will help you compile {{VLC}} for your platform. | This guide will help you compile {{VLC}} for your platform. | ||
− | This guide is intended for '''developers''' and '''power users'''. | + | This guide is intended for '''developers''' and '''power users'''. Compiling VLC is not an easy task. |
You should come on [[IRC]] to assist you during this phase. | You should come on [[IRC]] to assist you during this phase. | ||
− | '''<span style="color:red; font-size: | + | '''<span style="color:red; font-size: 120%">Warning</span>:''' Please, 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 == | == Generic Steps == | ||
Line 12: | Line 12: | ||
# Prepare your compile environment, | # Prepare your compile environment, | ||
− | # | + | # Grab the [[GetTheSource|source]] of {{VLC}}, |
− | # | + | # Bootstrap, using the ./bootstrap script, if you took the code from repository, |
# Prepare the extras libraries needed for {{VLC}}, read the [[Contrib Status|list]], | # Prepare the extras libraries needed for {{VLC}}, read the [[Contrib Status|list]], | ||
− | # [[Configure]], | + | # [[Configure]], |
− | # | + | # Build, using make, |
+ | # and Profit! | ||
== Compile for one Operating System == | == Compile for one Operating System == | ||
Line 22: | Line 23: | ||
Desktop: | Desktop: | ||
− | * [[Win32Compile|Windows]] | + | * [[Win32Compile|Windows]] |
− | * [[OSXCompile| | + | * [[OSXCompile|macOS]] |
− | * [[UnixCompile|Linux, BSD or other | + | * [[UnixCompile|Linux, BSD or other Unices]] |
* [[Solaris|Solaris]] | * [[Solaris|Solaris]] | ||
Latest revision as of 07:57, 23 January 2019
This guide will help you compile VLC media player for your platform.
This guide is intended for developers and power users. Compiling VLC is not an easy task.
You should come on IRC to assist you during this phase.
Warning: Please, 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,
- Grab the source of VLC media player,
- Bootstrap, using the ./bootstrap script, if you took the code from repository,
- Prepare the extras libraries needed for VLC media player, read the list,
- Configure,
- Build, using make,
- and Profit!
Compile for one Operating System
There are the special compile guides for every OS you want VLC.
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.