Go to file
2019-10-11 16:18:46 +02:00
.github/ISSUE_TEMPLATE
.tx
3rdparty [3rdparty] Remove QJsonModel and support 2019-08-09 05:53:18 -04:00
ci CI: Polish release script when -B is used to skip build 2019-10-01 11:03:12 +02:00
CMakeModules CMake: allow required modules in calamares_add_plugin 2019-08-01 12:36:40 +02:00
data [libcalamaresui] Add one more icon (donate) from Breeze 2019-08-13 23:10:56 +02:00
lang i18n: [python] Automatic merge of Transifex translations 2019-10-07 21:52:25 +02:00
LICENSES [3rdparty] Remove QJsonModel and support 2019-08-09 05:53:18 -04:00
man
src [unpackfs] Allow naming a non-directory for single files 2019-10-11 15:48:17 +02:00
.clang-format CI: when I said 'left' I meant 'dont' 2019-08-08 12:41:06 +02:00
.editorconfig
.gitattributes
.gitignore
.gitmodules
.travis.yml
AUTHORS [Authors] Philip only needs to be listed once 2019-05-30 13:40:42 +02:00
calamares.desktop i18n: [desktop] Automatic merge of Transifex translations 2019-10-07 21:52:24 +02:00
calamares.desktop.in add missing ";" in calamares.desktop 2019-07-27 14:38:00 +03:00
CalamaresBuildTreeSettings.cmake.in
CalamaresConfig.cmake.in
CalamaresConfigVersion.cmake.in
CalamaresUse.cmake.in
CHANGES Changes: document unpackfs 2019-10-11 16:18:46 +02:00
cmake_uninstall.cmake.in
CMakeLists.txt Changes: post-release housekeeping 2019-10-01 11:14:21 +02:00
com.github.calamares.calamares.policy
Dockerfile
io.calamares.calamares.appdata.xml CI: Add an AppData file 2019-08-06 14:50:04 +02:00
LICENSE
README.md Changes: document KCoreAddons dependency 2019-08-12 13:29:53 +02:00
settings.conf Documentation: go over the instances section. 2019-05-23 12:25:14 +02:00

Calamares: Distribution-Independent Installer Framework


GitHub release Build Status Travis Build Status Coverity Scan Build Status GitHub license

Report a Bug Contribute Translate 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)

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 for up to date building and deployment instructions.