Difference between revisions of "Category:Building"

From VideoLAN Wiki
Jump to navigation Jump to search
(Undo revision 26355 by Corbax (talk))
Line 4: Line 4:
  
 
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: 150%">Warning</span>:''' Do not put non-released test binaries or git-compiles on software sites or on user-forums. We have had bad experiences with this before and we do not appreciate it.
  
 
== Generic Steps  ==
 
== Generic Steps  ==
Line 9: Line 11:
 
These are the main steps to follow to compile VLC&nbsp;:  
 
These are the main steps to follow to compile VLC&nbsp;:  
  
#Prepare your compile environment,  
+
# Prepare your compile environment,  
#Get the [[GetTheSource|source]] of {{VLC}},  
+
# Get the [[GetTheSource|source]] of {{VLC}},  
#bootstrap, using the ./bootstrap, if you took the code from repository,  
+
# bootstrap, using the ./bootstrap, 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]],  
#and build, using make
+
# and build, using make
  
 
== Operating Systems ==
 
== Operating Systems ==
Line 37: Line 39:
 
* [[Packagers|Links to the packaging in various distros]]
 
* [[Packagers|Links to the packaging in various distros]]
  
 
+
See also [[:Category:Operating systems]].
'''Warning:''' Do not put non-released test binaries or git-compiles on software sites or on user-forums. We have had bad experiences with this before and we do not appreciate it.
 
 
 
See also [[:Category:Operating systems]].
 
  
 
[[Category:Coding]]
 
[[Category:Coding]]

Revision as of 21:50, 16 January 2014

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 non-released test binaries or git-compiles on software sites or on user-forums. We have had bad experiences with this before and we do not appreciate it.

Generic Steps

These are the main steps to follow to compile VLC :

  1. Prepare your compile environment,
  2. Get the source of VLC media player,
  3. bootstrap, using the ./bootstrap, if you took the code from repository,
  4. Prepare the extras libraries needed for VLC media player, read the list,
  5. Configure,
  6. and build, using make

Operating Systems

But there are the special HowTos for the OS you want VLC in.

Other compile guides

See also Category:Operating systems.