Get source code

From KolibriOS wiki
Revision as of 11:00, 19 January 2025 by Burer (talk | contribs) (Updated formatting and English a little bit.)
Jump to navigation Jump to search

The KolibriOS developer team makes use of a central Git source code repository. It contains not only KolibriOS kernel and drivers, but also almost all programs and libraries that are present in this OS.

The repository is located https://git.kolibrios.org/KolibriOS/kolibrios.git

There are also read-only repository mirrors:

Keep in mind that these repositories are for checkouts only, not commits.

Installing Git

Linux

  • Ubuntu
apt-get install git
  • Arch Linux
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 download the source code of KolibriOS.
  • Now run the following and wait:
git clone https://git.kolibrios.org/KolibriOS/kolibrios.git

Git mirrors

As mentioned above, there are two official mirrors of central Git repository:

Remember that there are read-only mirrors of Git repository, you cannot commit to these repositories.
Please get write access to official Git repository if you wish to make contributions or make pull request from your local copy of repository!