Difference between revisions of "Get source code"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
*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> | ||
+ | |||
+ | [[Category:Manuals]] | ||
+ | [[Category:Development]] |
Revision as of 17:03, 28 September 2014
The KolibriOS developer team makes use of a central SVN source code repository.
Not only the KolibriOS kernel and its drivers, but also almost all known open-source program and library can be found on this system.
The repository is located at svn://kolibrios.org and can also be browsed through http://websvn.kolibrios.org
Installing 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.
Windows
- TortoiseSVN is a free GUI-oriented SVN client for windows. Get it here: http://tortoisesvn.net/
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