Get source code

From KolibriOS wiki
Revision as of 23:49, 17 January 2025 by Shawty (talk | contribs) (→‎Git)
Jump to navigation Jump to search

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 clone https://git.kolibrios.org/KolibriOS/kolibrios.git

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!