Distribution-independent installer framework
Go to file
2017-08-11 09:18:11 +02:00
.tx i18n: add .desktop file to translations 2017-08-08 03:55:34 -04:00
ci i18n: document txpush, de-bash 2017-08-09 05:35:47 -04:00
CMakeModules CMake: fix typo in CalamaresAddPlugin.cmake 2017-08-03 02:03:14 +02:00
data Add danish translation 2017-07-02 00:57:01 +02:00
hacking Docs: update RELEASE documentation a bit 2017-06-27 06:01:57 -04:00
lang [desktop] Automatic merge of Transifex translations 2017-08-09 07:19:38 +09:00
man Manual: move to section 8, minor polishing 2017-06-07 03:03:29 -04:00
src [Merge] get changes from upstream 2017-08-11 09:18:11 +02:00
thirdparty Clang: improve usefullness of clang-warnings 2017-06-21 07:27:59 -04:00
.editorconfig Added .editorconfig 2015-06-13 21:56:21 -04:00
.gitattributes Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. 2015-07-20 17:26:53 +02:00
.gitignore adopt upstream changes vor v3.0 2017-01-23 15:52:14 +01:00
.gitmodules Update submodule back to upstream. 2016-03-25 10:14:17 +01:00
.travis.yml CI: also install the build 2017-08-09 00:00:32 +09:00
AUTHORS AUTHORS file. 2014-06-11 13:39:44 +02:00
calamares.desktop [desktop] Automatic merge of Transifex translations 2017-08-09 07:19:38 +09:00
CalamaresBuildTreeSettings.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
CalamaresConfig.cmake.in We have a Python API for jobmodules! 2014-07-17 19:42:16 +02:00
CalamaresConfigVersion.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
cmake_uninstall.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
CMakeLists.txt CMake: typos in filenames (thanks Riddell) 2017-08-08 23:59:15 +09:00
com.github.calamares.calamares.policy Rename pkexec policy file to .policy extension. 2014-11-05 23:34:03 +01:00
Dockerfile Use KDE Neon since it has a newer kpmcore 2017-06-12 13:03:24 +02:00
HACKING.md Python-style: note that pycodestyle is used as style-guide 2017-06-04 11:02:56 +02:00
LICENSE Update LICENSE 2014-06-03 22:32:42 +02:00
README.md Bump required KPMCore to 3.0.3 2017-06-12 12:36:45 +02:00
settings.conf adopt upstream changes vor v3.0 2017-01-23 15:52:14 +01: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++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
  • CMake >= 3.2
  • Qt >= 5.6
  • 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
    • KPMcore >= 3.0.3
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.