https://github.com/siduction/calamares
https://github.com/siduction/calamares
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siduction/calamares
- Owner: siduction
- License: gpl-3.0
- Created: 2021-05-27T18:59:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T18:59:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T04:30:18.300Z (7 months ago)
- Language: C++
- Size: 4.97 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
### Calamares: Distribution-Independent Installer Framework
---------[](https://github.com/calamares/calamares/releases)
[](https://calamares.io/ci/job/calamares-post_commit/)
[](https://travis-ci.org/calamares/calamares)
[](https://scan.coverity.com/projects/5389)
[](https://github.com/calamares/calamares/blob/master/LICENSE)| [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) |
|:-----------------------------------------:|:----------------------:|:-----------------------:|:--------------------------:|:--------------------------:|### Dependencies
Main:
* Compiler with C++14 support: GCC >= 5 or Clang >= 3.5.1
* CMake >= 3.3
* Qt >= 5.9
* yaml-cpp >= 0.5.1
* Python >= 3.3 (required for some modules)
* Boost.Python >= 1.55.0 (required for some modules)
* KDE extra-cmake-modules >= 5.18 (recommended; required for some modules;
required for some tests)
* KDE Frameworks KCoreAddons (>= 5.58 recommended)
* PythonQt (optional, deprecated)Modules:
* Individual modules may have their own requirements;
these are listed in CMake output. Particular requirements (not complete):
* *fsresizer* KPMCore >= 3.3
* *partition* KPMCore >= 3.3
* *users* LibPWQuality (optional)### Building
See [wiki](https://github.com/calamares/calamares/wiki) for up to date
[building](https://github.com/calamares/calamares/wiki/Develop-Guide)
and [deployment](https://github.com/calamares/calamares/wiki/Deploy-Guide)
instructions.