Difference between revisions of "VLC Source code"
Jump to navigation
Jump to search
Ustunozgur (talk | contribs) |
Pdherbemont (talk | contribs) (Link to git page. Feel free to change how git is advertised.) |
||
Line 12: | Line 12: | ||
You can get all the versions of VLC, using the [http://download.videolan.org/pub/vlc/ VLC FTP Archive]. | You can get all the versions of VLC, using the [http://download.videolan.org/pub/vlc/ VLC FTP Archive]. | ||
− | You can also get it with the tags/ folder of the VLC's [[Subversion]]. | + | You can also get it with the tags/ folder of the VLC's [[Subversion]] or from the VLC's [[Git]]. |
== Development Sources == | == Development Sources == | ||
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. | + | 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. |
− | Start by | + | Start by reading the [[Subversion]] page and then use the repository located at: |
svn://svn.videolan.org/vlc/trunk | svn://svn.videolan.org/vlc/trunk | ||
Revision as of 23:51, 12 April 2007
Check the News.
Contents
Releases Sources
Latest Source
VLC media player Source Code can be downloaded here (3.0.12)
Older Source
You can get all the versions of VLC, using the VLC FTP Archive.
You can also get it with the tags/ folder of the VLC's Subversion or 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 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.
Start by reading the Subversion page and then use the repository located at:
svn://svn.videolan.org/vlc/trunk
Get the nightly snapshots
You can download the nightly snapshots on the nightlies website.