Difference between revisions of "Getting Started At Coding"

From VideoLAN Wiki
Jump to navigation Jump to search
(Undo revision 11024 by Anacron (Talk))
Line 11: Line 11:
 
Start by building VLC and use [[Subversion]] to get the full source code.
 
Start by building VLC and use [[Subversion]] to get the full source code.
  
Before you start be sure to read the '''HACKING[http://trac.videolan.org/vlc/browser/HACKING]''' file in the main VLC source directory.
+
Before you start be sure to read the '''[http://trac.videolan.org/vlc/browser/HACKING]''' file in the main VLC source directory.
  
 
Before sending a patch be sure to read [[Sending Patch]]. To correctly report a bug see [[Report bugs]].
 
Before sending a patch be sure to read [[Sending Patch]]. To correctly report a bug see [[Report bugs]].
  
 
[[Category:Coding]]
 
[[Category:Coding]]

Revision as of 20:47, 18 March 2008

VLC Devel

VLC media player is a very fast changing and ever evolving project.

It is very important to keep up to date with the latest developments. Therefore we advise everyone who makes changes to the VLC sourcecode, to sign up with the vlc-devel mailing-list so you can keep up with the latest changes and developments.

Please try to keep to our code conventions. They are very simple and help to keep all code readable. When you write new stuff, especially core stuff (in the "src" or "include" folders), please comment it heavily or add doxygen documentation for your sources.

Code

Start by building VLC and use Subversion to get the full source code.

Before you start be sure to read the [1] file in the main VLC source directory.

Before sending a patch be sure to read Sending Patch. To correctly report a bug see Report bugs.