Get source code

From KolibriOS wiki
Revision as of 16:41, 21 October 2013 by Esevece (talk | contribs) (Created page with "== Install Subversion == === Linux === *Ubuntu : <code>apt-get install subversion</code> *Archlinux : <code>pacman -S subversion</code> === Mac OS === *Mountain Lion : Insta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 the 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