Get source code: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Install Subversion == === Linux === *Ubuntu : <code>apt-get install subversion</code> *Archlinux : <code>pacman -S subversion</code> === Mac OS === *Mountain Lion : Insta...") |
(→Mac OS) |
||
Line 9: | Line 9: | ||
=== Mac OS === | === Mac OS === | ||
*Mountain Lion | *Mountain Lion | ||
: Install the | : Install the Command Line Tools for ''Xcode from Xcode -> Preferences -> Downloads''. | ||
: Or download it directly from https://developer.apple.com/downloads/ | : Or download it directly from https://developer.apple.com/downloads/ | ||
*Previous versions | *Previous versions |
Revision as of 16:42, 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 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