Difference between revisions of "Category:Building"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 2: Line 2:
  
 
[[UnixCompile]] and [[Win32Compile]] are probably the most helpful.
 
[[UnixCompile]] and [[Win32Compile]] are probably the most helpful.
 +
 +
== Steps ==
 +
 +
These are the main steps to follow to Compile VLC are :
 +
 +
* Get the [GetTheSource|source] of {{VLC}},
 +
* Prepare your compile environment,
 +
* Prepare the extras libraries needed for {{VLC}}, read the [ContribStatus|list],
 +
* debootstrap, using the ./bootstrap,
 +
* configure,
 +
* and build.
 +
 +
== OS ==
 +
But ues the special HowTos for your OS here.
  
 
[[Category:Coding]]
 
[[Category:Coding]]

Revision as of 21:53, 18 January 2007

About building from the source code See also Category:Operating systems.

UnixCompile and Win32Compile are probably the most helpful.

Steps

These are the main steps to follow to Compile VLC are :

  • Get the [GetTheSource|source] of VLC media player,
  • Prepare your compile environment,
  • Prepare the extras libraries needed for VLC media player, read the [ContribStatus|list],
  • debootstrap, using the ./bootstrap,
  • configure,
  • and build.

OS

But ues the special HowTos for your OS here.