Difference between revisions of "VLC Source code"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
== Development Sources ==
 
== Development Sources ==
=== How to get {{VLC}}'s latest source ===
+
 
 +
=== Latest source packages ===
 +
If you want to get the latest bleeding edge development source package....(keep scrolling for the entire source tree)
 +
 
 +
Go to this link [http://repo.or.cz/w/vlc.git http://repo.or.cz/w/vlc.git] and download the first listed tar.gz or .zip file
 +
 
 +
 
 +
=== How to get {{VLC}}'s latest source tree ===
  
 
'''This is the recommended way if you are working on {{VLC}}'''
 
'''This is the recommended way if you are working on {{VLC}}'''
Line 26: Line 33:
 
this is not nessary unless you want to download the entire git repository.. use the above link for the latest development build
 
this is not nessary unless you want to download the entire git repository.. use the above link for the latest development build
  
=== Latest source packages ===
 
If you want to get the latest bleeding edge development sources...
 
 
Go to this link [http://repo.or.cz/w/vlc.git http://repo.or.cz/w/vlc.git] and download the first listed tar.gz or .zip file
 
  
 
=== Get the nightly snapshots ===
 
=== Get the nightly snapshots ===

Revision as of 18:20, 1 March 2009

Check the News.

Releases Sources

Latest Source

VLC media player Source Code can be downloaded here (3.0.12)

http://www.videolan.org/vlc/download-sources.html

Older Source

You can get all the versions of VLC, using the VLC FTP Archive.

You can also get it with the tags from the VLC's Git.

Development Sources

Latest source packages

If you want to get the latest bleeding edge development source package....(keep scrolling for the entire source tree)

Go to this link http://repo.or.cz/w/vlc.git and download the first listed tar.gz or .zip file


How to get VLC media player's latest source tree

This is the recommended way if you are working on VLC media player

You need to use Git to download the latest, live snapshot of the development tree.

Start by reading the Git page and then use the repository located at:

git://git.videolan.org/vlc.git

this is not nessary unless you want to download the entire git repository.. use the above link for the latest development build


Get the nightly snapshots

You can download the nightly snapshots on the nightlies website.