calamares/README.md

42 lines
1.5 KiB
Markdown
Raw Normal View History

2015-02-20 17:22:27 -08:00
### Calamares: Distribution-Independent Installer Framework
2015-02-20 17:10:09 -08:00
---------
2014-06-03 13:03:07 -07:00
2015-06-13 09:34:26 -07:00
[![GitHub release](https://img.shields.io/github/release/calamares/calamares.svg)](https://github.com/calamares/calamares/releases)
2015-09-27 03:43:08 -07:00
[![Build Status](https://calamares.io/ci/buildStatus/icon?job=calamares-post_commit)](https://calamares.io/ci/job/calamares-post_commit/)
2015-06-13 09:32:16 -07:00
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5389/badge.svg)](https://scan.coverity.com/projects/5389)
2015-06-13 09:34:26 -07:00
[![GitHub license](https://img.shields.io/github/license/calamares/calamares.svg)](https://github.com/calamares/calamares/blob/master/LICENSE)
2015-06-13 09:32:16 -07:00
2015-06-20 15:57:43 -07: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 |
2015-06-13 09:32:16 -07:00
|:-----------------------------------------:|:----------------------:|:-----------------------:|:--------------------------:|
2014-10-29 03:57:19 -07:00
2014-06-04 07:47:55 -07:00
### Dependencies
2015-06-11 18:05:16 -07:00
2016-02-24 06:34:09 -08: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 08:00:40 -08:00
* KPMcore >= 2.1
2016-02-24 06:34:09 -08:00
* sgdisk
* bootloader:
* systemd-boot or GRUB
* sgdisk
* unpackfs:
* squashfs-tools
* rsync
2014-06-04 07:47:55 -07:00
### Building
2015-08-03 08:58:33 -07:00
2016-05-11 07:22:33 -07:00
See [wiki](https://github.com/calamares/calamares/wiki) for up to date building and deployment instructions.