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/)
|
2017-03-15 18:12:42 +01:00
|
|
|
[![Travis Build Status](https://travis-ci.org/calamares/calamares.svg?branch=master)](https://travis-ci.org/calamares/calamares)
|
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
|
|
|
|
2017-09-25 16:50:48 +02:00
|
|
|
| [Report a Bug](https://github.com/calamares/calamares/issues/new) | [Contribute](https://github.com/calamares/calamares/blob/master/ci/HACKING.md) | [Translate](https://www.transifex.com/projects/p/calamares/) | Freenode (IRC): #calamares | [Wiki](https://github.com/calamares/calamares/wiki) |
|
2016-05-11 16:29:07 +02:00
|
|
|
|:-----------------------------------------:|:----------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
|
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
|
2017-06-12 11:23:34 +02:00
|
|
|
* CMake >= 3.2
|
2018-06-15 20:50:35 +02:00
|
|
|
* Qt >= 5.7
|
2016-02-24 15:34:09 +01:00
|
|
|
* yaml-cpp >= 0.5.1
|
2018-06-15 20:50:35 +02:00
|
|
|
* Python >= 3.3 (required for some modules)
|
|
|
|
* Boost.Python >= 1.55.0 (recommended, or PythonQt; one is required for some modules)
|
|
|
|
* PythonQt (recommended, or Boost.Python; one is required for some modules)
|
|
|
|
* extra-cmake-modules >= 5.18 (recommended; required for some modules)
|
2016-02-24 15:34:09 +01:00
|
|
|
|
|
|
|
Modules:
|
|
|
|
* welcome:
|
2017-03-21 21:44:11 +01:00
|
|
|
* NetworkManager
|
2017-11-14 15:31:09 +01:00
|
|
|
* UPower (optional, runtime)
|
2016-02-24 15:34:09 +01:00
|
|
|
* partition:
|
2017-03-21 21:44:11 +01:00
|
|
|
* extra-cmake-modules
|
2017-09-30 18:08:38 +02:00
|
|
|
* KF5: KCoreAddons, KConfig, KI18n, KService, KWidgetsAddons
|
2017-12-15 13:18:05 +01:00
|
|
|
* KPMcore >= 3.3
|
2016-02-24 15:34:09 +01:00
|
|
|
* bootloader:
|
2017-03-21 21:44:11 +01:00
|
|
|
* systemd-boot or GRUB
|
2016-02-24 15:34:09 +01:00
|
|
|
* unpackfs:
|
2017-03-21 21:44:11 +01:00
|
|
|
* squashfs-tools
|
|
|
|
* rsync
|
2016-02-24 15:34:09 +01:00
|
|
|
|
2014-06-04 16:47:55 +02:00
|
|
|
### Building
|
2015-08-03 17:58:33 +02:00
|
|
|
|
2017-11-14 15:31:09 +01:00
|
|
|
See [wiki](https://github.com/calamares/calamares/wiki) for up to date
|
2018-06-15 20:50:35 +02:00
|
|
|
[building](https://github.com/calamares/calamares/wiki/Develop-Guide)
|
|
|
|
and [deployment](https://github.com/calamares/calamares/wiki/Deploy-Guide)
|
2017-11-14 15:31:09 +01:00
|
|
|
instructions.
|