Go to file
Gabriel Craciunescu 47c167dc04 [bootloader] Resume from outer swap partition
- These fixes are similar to the other swap-from-LUKS changes,
  and just needed to be applied to a different module.
2020-03-18 17:21:20 +01:00
.github/ISSUE_TEMPLATE Update issue template 2018-06-18 10:24:35 -04:00
.tx i18n: don't translate TZ via Transifex 2020-01-25 15:39:09 +01:00
3rdparty [3rdparty] Remove QJsonModel and support 2019-08-09 05:53:18 -04:00
ci CI: give tooling a standard LANG environment 2020-03-03 14:23:48 +01:00
CMakeModules CMake: add DEFINITIONS option to calamares_add_test 2020-02-19 22:26:55 +01:00
data [libcalamaresui] Add one more icon (donate) from Breeze 2019-08-13 23:10:56 +02:00
lang i18n: [calamares] Automatic merge of Transifex translations 2020-02-27 23:26:29 +01:00
LICENSES [3rdparty] Remove QJsonModel and support 2019-08-09 05:53:18 -04:00
man
src [bootloader] Resume from outer swap partition 2020-03-18 17:21:20 +01:00
.clang-format CI: when I said 'left' I meant 'dont' 2019-08-08 12:41:06 +02:00
.editorconfig CI: make shell-scripts tab-indented by default 2020-02-06 13:01:55 +01:00
.gitattributes Git: drop non-existent files from .gitattributes 2018-09-14 18:07:09 +02:00
.gitignore Git: ignore compiled QML 2018-03-07 12:55:14 +01:00
.gitmodules Remove libcrashreporter-qt more thoroughly 2017-09-13 08:47:07 -04:00
.travis.yml CI: increase build directory size 2018-09-11 10:23:48 -04:00
AUTHORS there's only one bill auger, and we should spell his name right 2020-02-19 09:31:42 -08:00
calamares.desktop i18n: [desktop] Automatic merge of Transifex translations 2020-02-27 13:36:21 +01:00
calamares.desktop.in add missing ";" in calamares.desktop 2019-07-27 14:38:00 +03:00
CalamaresBuildTreeSettings.cmake.in
CalamaresConfig.cmake.in CMake: improve documentation in the Config file 2018-03-09 07:21:16 -05:00
CalamaresConfigVersion.cmake.in
CalamaresUse.cmake.in CMake: Calamares uses linguist-tools for translation 2018-03-09 08:39:05 -05:00
CHANGES Changes: mention Camilo for his QML work 2020-03-18 10:25:01 +01:00
cmake_uninstall.cmake.in
CMakeLists.txt CMake: explain the policy settings 2020-03-18 10:25:16 +01:00
com.github.calamares.calamares.policy
Dockerfile ci: switch to less volatile KDE Neon version 2018-05-07 04:56:43 -04:00
io.calamares.calamares.appdata.xml CI: Add an AppData file 2019-08-06 14:50:04 +02:00
LICENSE
README.md Docs: remove references to HACKING.md (moved to wiki) 2020-02-10 11:56:24 +01:00
settings.conf Docs: remove example dummypythonqml from settings.conf 2020-02-10 15:28:33 +01: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)

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.