Difference between revisions of "Get source code"

From KolibriOS wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
: Comes installed.
 
: Comes installed.
  
== Get the code ==
+
== Get code ==
 
*In a terminal go to where you want to put the source code of Kolibri.
 
*In a terminal go to where you want to put the source code of Kolibri.
 
*Now run the following and wait:
 
*Now run the following and wait:
 
: <code>svn checkout svn://kolibrios.org kolibrios</code>
 
: <code>svn checkout svn://kolibrios.org kolibrios</code>

Revision as of 16:43, 21 October 2013

Install Subversion

Linux

  • Ubuntu
apt-get install subversion
  • Archlinux
pacman -S subversion

Mac OS

  • Mountain Lion
Install the Command Line Tools for Xcode from Xcode -> Preferences -> Downloads.
Or download it directly from https://developer.apple.com/downloads/
  • Previous versions
Comes installed.

Get code

  • In a terminal go to where you want to put the source code of Kolibri.
  • Now run the following and wait:
svn checkout svn://kolibrios.org kolibrios