Difference between revisions of "Source Code"

From LinuxMCE
Jump to: navigation, search
(Changed 810 to 1004)
(Actually mention git.)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
'''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]], [http://www.videolan.org/ VideoLan], [http://www.slimdevices.com/pi_features.html SlimServer], [http://www.kubuntu.org/ 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.
 
'''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]], [http://www.videolan.org/ VideoLan], [http://www.slimdevices.com/pi_features.html SlimServer], [http://www.kubuntu.org/ 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)=
+
== GIT Repository ==
  
Current source is available here:
+
We run a Gitlab repository here: http://git.linuxmce.org/
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
+
And of course, the main source tree can be pulled via:
  
Be sure to read the page [[Building LinuxMCE]] to set up a builder to compile LinuxMCE.
+
        git clone http://git.linuxmce.org/linuxmce/linuxmce.git
 
+
Keywords: svn, source code, checkout, subversion
+

Latest revision as of 00:35, 25 April 2017

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.

GIT Repository

We run a Gitlab repository here: http://git.linuxmce.org/

And of course, the main source tree can be pulled via:

       git clone http://git.linuxmce.org/linuxmce/linuxmce.git