Difference between revisions of "Source Code"

From LinuxMCE
Jump to: navigation, search
(Changed 810 to 1004)
(Changed 810 to 1004)
Line 11: Line 11:
 
  svn checkout http://svn.linuxmce.org/svn/branches/LinuxMCE-1004/ linuxmce
 
  svn checkout http://svn.linuxmce.org/svn/branches/LinuxMCE-1004/ linuxmce
  
Be sure to read the page [[Building LinuxMCE 1004]] to set up a builder to compile LinuxMCE.
+
Be sure to read the page [[Building LinuxMCE]] to set up a builder to compile LinuxMCE.
  
 
Keywords: svn, source code, checkout, subversion
 
Keywords: svn, source code, checkout, subversion

Revision as of 10:31, 11 June 2012

LinuxMCE is a pretty big project. Not counting GSD devices, LinuxMCE's own code is already well over a million lines in hundreds of modules, with over 1,000 pages of online documentation, and in addition LinuxMCE also incorporates lots of other big open source projects like Asterisk, Xine, MythTV, Firefox, VideoLan, SlimServer, Kubuntu Linux itself, etc., all of which have special LinuxMCE 'wrappers' to allow them to work together seamlessly as a total home solution. For the brave of heart, you can also download modules by hand, and see all the dependencies and compatibility for each module.

SVN repository (always up-to-date)

Current source is available here:

http://svn.linuxmce.org/svn/

you can browse it using web browser or use Subversion tool to check out code and fetch further updates:

svn checkout http://svn.linuxmce.org/svn/branches/LinuxMCE-1004/ linuxmce

Be sure to read the page Building LinuxMCE to set up a builder to compile LinuxMCE.

Keywords: svn, source code, checkout, subversion