Difference between revisions of "Category:Building"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
== Operating Systems ==
 
== Operating Systems ==
 
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.
[[UnixCompile]] [[OSXCompile]] and [[Win32Compile]] are probably the most helpful.
 
  
 
* [[Win32Compile|How to compile for Windows]] ([[Win32CompileMSYSNew|MSYS]],[[Win32CompileCygwinNew|Cygwin]])
 
* [[Win32Compile|How to compile for Windows]] ([[Win32CompileMSYSNew|MSYS]],[[Win32CompileCygwinNew|Cygwin]])
 
* [[OSXCompile|How to compile on Mac OS X]]
 
* [[OSXCompile|How to compile on Mac OS X]]
 
* [[UnixCompile|How to compile on Unix/Linux]]
 
* [[UnixCompile|How to compile on Unix/Linux]]
* [[WinCECompile|How to compile on WinCE]]
+
* [[WinCECompile|How to compile for WinCE]]
 
* [[Solaris|How to compile on Solaris]]
 
* [[Solaris|How to compile on Solaris]]
 
* [[BeOSCompile|How to compile on BeOS (outdated)]]
 
* [[BeOSCompile|How to compile on BeOS (outdated)]]

Revision as of 14:17, 9 November 2010

Generic Steps

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

  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.

Warning

Don't put any of the non-released test binaries or svn-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.