Difference between revisions of "VLC Source code"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
'''This is the recommended way if you are working on {{VLC}}'''
 
'''This is the recommended way if you are working on {{VLC}}'''
  
You need to use [[Subversion]] to download the latest, live snapshot of the development tree, or alternatively you can use [[Git]], which does a wonderful job if you have to deal with multiple changes and patch series.
+
You need to use [[Git]] to download the latest, live snapshot of the development tree.
  
Start by reading the [[Subversion]] page and then use the repository located at:
+
Start by reading the [[Git]] page and then use the repository located at:
  svn://svn.videolan.org/vlc/trunk
+
  git://git.videolan.org/vlc.git
  
 
=== Get the nightly snapshots ===
 
=== Get the nightly snapshots ===

Revision as of 19:10, 3 March 2008

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

How to get VLC media player's latest source

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

Get the nightly snapshots

You can download the nightly snapshots on the nightlies website.