Difference between revisions of "Source Code"

From LinuxMCE
Jump to: navigation, search
(major changes.)
(SVN repository (always up-to-date): slight typo fix.)
Line 9: Line 9:
 
you can browse it using web browser or use Subversion tool to check out code and fetch further updates:
 
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-081/ linuxmce
+
  svn checkout http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/ linuxmce
  
 
Be sure to read the page [[Building LinuxMCE 8.10]] to set up a builder to compile LinuxMCE.
 
Be sure to read the page [[Building LinuxMCE 8.10]] to set up a builder to compile LinuxMCE.

Revision as of 02:16, 12 August 2009

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/trunk/

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-0810/ linuxmce

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