Difference between revisions of "VLC Source code"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== Development Sources == | == Development Sources == | ||
=== How to get {{VLC}}'s latest source === | === How to get {{VLC}}'s latest source === | ||
+ | |||
+ | '''This is the recommanded 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. | ||
− | Start by read the [[Subversion] page and then use the repository located at: | + | Start by read the [[Subversion]] page and then use the repository located at: |
− | svn://svn.videolan.org/vlc/ | + | svn://svn.videolan.org/vlc/trunk |
+ | |||
+ | === Get the nightly snapshots === | ||
+ | |||
+ | You can download the nightly snapshots on the [http://nightlies.videolan.org/build/source/?C=M;O=D nightlies website]. |
Revision as of 09:08, 21 December 2006
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.
Development Sources
How to get VLC media player's latest source
This is the recommanded way if you are working on VLC media player
You need to use Subversion to download the latest, live snapshot of the development tree.
Start by read 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.