2015-02-21 02:22:27 +01:00
|
|
|
### Calamares: Distribution-Independent Installer Framework
|
2015-02-21 02:10:09 +01:00
|
|
|
---------
|
2014-06-03 22:03:07 +02:00
|
|
|
|
2015-06-13 18:34:26 +02:00
|
|
|
[![GitHub release](https://img.shields.io/github/release/calamares/calamares.svg)](https://github.com/calamares/calamares/releases)
|
2015-09-27 12:43:08 +02:00
|
|
|
[![Build Status](https://calamares.io/ci/buildStatus/icon?job=calamares-post_commit)](https://calamares.io/ci/job/calamares-post_commit/)
|
2015-06-13 18:32:16 +02:00
|
|
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5389/badge.svg)](https://scan.coverity.com/projects/5389)
|
2015-06-13 18:34:26 +02:00
|
|
|
[![GitHub license](https://img.shields.io/github/license/calamares/calamares.svg)](https://github.com/calamares/calamares/blob/master/LICENSE)
|
2015-06-13 18:32:16 +02:00
|
|
|
|
2016-05-11 16:29:07 +02:00
|
|
|
| [Report a Bug](https://calamares.io/bugs/) | [Contribute](https://github.com/calamares/calamares/blob/master/HACKING.md) | [Translate](https://www.transifex.com/projects/p/calamares/) | Freenode (IRC): #calamares | [Wiki](https://github.com/calamares/calamares/wiki) |
|
|
|
|
|:-----------------------------------------:|:----------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
|
2014-10-29 11:57:19 +01:00
|
|
|
|
2014-06-04 16:47:55 +02:00
|
|
|
### Dependencies
|
2015-06-12 03:05:16 +02:00
|
|
|
|
2016-02-24 15:34:09 +01:00
|
|
|
Main:
|
|
|
|
* Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
|
|
|
|
* CMake >= 2.8.12
|
|
|
|
* Qt >= 5.3
|
|
|
|
* yaml-cpp >= 0.5.1
|
|
|
|
* Python >= 3.3
|
|
|
|
* Boost.Python >= 1.55.0
|
|
|
|
* dmidecode
|
|
|
|
|
|
|
|
Modules:
|
|
|
|
* welcome:
|
|
|
|
* NetworkManager
|
|
|
|
* UPower
|
|
|
|
* partition:
|
|
|
|
* extra-cmake-modules
|
|
|
|
* KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
|
2016-03-11 17:00:40 +01:00
|
|
|
* KPMcore >= 2.1
|
2016-02-24 15:34:09 +01:00
|
|
|
* sgdisk
|
|
|
|
* bootloader:
|
|
|
|
* systemd-boot or GRUB
|
|
|
|
* sgdisk
|
|
|
|
* unpackfs:
|
|
|
|
* squashfs-tools
|
|
|
|
* rsync
|
|
|
|
|
2014-06-04 16:47:55 +02:00
|
|
|
### Building
|
2015-08-03 17:58:33 +02:00
|
|
|
|
2016-05-11 16:22:33 +02:00
|
|
|
See [wiki](https://github.com/calamares/calamares/wiki) for up to date building and deployment instructions.
|