Go to file
2020-08-09 21:00:40 +02:00
.github/ISSUE_TEMPLATE
.tx i18n: adjust tooling to renamed resource 2020-06-12 14:50:12 +02:00
3rdparty [3rdparty] Chase API deprecation in Qt 2020-05-18 10:25:19 +02:00
ci i18n: drop pythonqt translations from the tooling 2020-08-09 21:00:40 +02:00
CMakeModules CMake: stop clobbering config files 2020-08-05 10:03:35 +02:00
data Docs: add a FreeBSD port directory (copy it to sysutils/calamares) 2020-06-17 00:20:25 +02:00
lang i18n: update English source translations 2020-08-09 20:58:16 +02:00
LICENSES [LICENSES] Add BSD2 2020-06-03 12:28:58 +01:00
man
src i18n: update English source translations 2020-08-09 20:58:16 +02:00
.clang-format CI: update clang-format 2020-06-17 07:53:40 -04:00
.editorconfig
.gitattributes
.gitignore add tags file to .gitignore 2020-06-11 11:57:23 +02:00
.gitmodules
.travis.yml
AUTHORS
calamares.desktop i18n: [desktop] Automatic merge of Transifex translations 2020-07-31 10:29:02 +02:00
calamares.desktop.in
CalamaresConfig.cmake.in CMake: put CMake-level ABI settings in CalamaresConfig 2020-06-10 11:51:53 +02:00
CHANGES Changes: welcome to a complete Tajik translation. 2020-07-31 10:32:46 +02:00
cmake_uninstall.cmake.in
CMakeLists.txt CMake: put completions with the other "misc. installs" 2020-08-07 10:43:29 +02:00
com.github.calamares.calamares.policy
Dockerfile
io.calamares.calamares.appdata.xml [/] Update SPDX identifiers. 2020-06-03 12:28:58 +01:00
LICENSE
README.md CI: change of default branch 2020-06-12 13:12:50 +02:00
settings.conf Documentation: uncomment oem-setup 2020-06-10 16:58:17 +02:00

Calamares: Distribution-Independent Installer Framework


GitHub release Travis Build Status Coverity Scan Build Status GitHub license

Report a Bug Translate Contribute Freenode (IRC): #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)

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)
  • users LibPWQuality (optional)

Building

See wiki for up to date building and deployment instructions.