Get source code: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Git) |
||
Line 29: | Line 29: | ||
: <code>git clone https://git.kolibrios.org/KolibriOS/kolibrios.git</code> | : <code>git clone https://git.kolibrios.org/KolibriOS/kolibrios.git</code> | ||
=== Git === | === Git mirrors === | ||
As mentioned above, http://repo.or.cz/w/kolibrios.git is a read-only mirror of Git repository. | As mentioned above, http://repo.or.cz/w/kolibrios.git is a read-only mirror of Git repository. | ||
You cannot commit to this repo, it is just a mirror of the official Git. | You cannot commit to this repo, it is just a mirror of the official Git. |
Revision as of 23:49, 17 January 2025
The KolibriOS developer team makes use of a central Git 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 https://git.kolibrios.org/KolibriOS/kolibrios.git
There are also read-only repository mirrors (only for checkout, no commits) for git: https://github.com/KolibriOS/kolibrios.git, http://repo.or.cz/w/kolibrios.git
Installing Git
Linux
- Ubuntu
apt-get install git
- Archlinux
pacman -S git
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
Get code
- In a terminal go to where you want to put the source code of Kolibri.
- Now run the following and wait:
Git mirrors
As mentioned above, http://repo.or.cz/w/kolibrios.git is a read-only mirror of Git repository. You cannot commit to this repo, it is just a mirror of the official Git. Please get oficial Git write access if you wish to make contributions!