2020-08-26 01:41:30 +02:00
|
|
|
<!-- SPDX-FileCopyrightText: no
|
|
|
|
SPDX-License-Identifier: CC0-1.0
|
|
|
|
-->
|
|
|
|
|
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)
|
2020-06-12 13:12:50 +02:00
|
|
|
[![Travis Build Status](https://travis-ci.org/calamares/calamares.svg?branch=calamares)](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)
|
2020-06-12 13:12:50 +02:00
|
|
|
[![GitHub license](https://img.shields.io/github/license/calamares/calamares.svg)](https://github.com/calamares/calamares/blob/calamares/LICENSE)
|
2015-06-13 18:32:16 +02:00
|
|
|
|
2020-02-10 11:56:24 +01:00
|
|
|
| [Report a Bug](https://github.com/calamares/calamares/issues/new) | [Translate](https://www.transifex.com/projects/p/calamares/) | [Contribute](https://github.com/calamares/calamares/wiki/Develop-Guide) | 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:
|
2019-08-12 12:05:50 +02:00
|
|
|
* Compiler with C++14 support: GCC >= 5 or Clang >= 3.5.1
|
|
|
|
* CMake >= 3.3
|
|
|
|
* Qt >= 5.9
|
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)
|
2019-08-12 12:05:50 +02:00
|
|
|
* Boost.Python >= 1.55.0 (required for some modules)
|
|
|
|
* KDE extra-cmake-modules >= 5.18 (recommended; required for some modules;
|
|
|
|
required for some tests)
|
2019-08-12 13:29:53 +02:00
|
|
|
* KDE Frameworks KCoreAddons (>= 5.58 recommended)
|
2019-08-12 12:05:50 +02:00
|
|
|
* PythonQt (optional, deprecated)
|
2016-02-24 15:34:09 +01:00
|
|
|
|
2020-06-12 13:12:50 +02:00
|
|
|
Individual modules may have their own requirements;
|
|
|
|
these are listed in CMake output.
|
|
|
|
Particular requirements (not complete):
|
|
|
|
|
|
|
|
* *fsresizer* KPMCore >= 3.3 (>= 4.1 recommended)
|
|
|
|
* *partition* KPMCore >= 3.3 (>= 4.1 recommended)
|
2019-08-12 12:05:50 +02:00
|
|
|
* *users* LibPWQuality (optional)
|
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.
|