Go to file
2017-09-13 08:43:20 -04:00
.github adding an ISSUE_TEMPLATE for bug reporting 2017-09-11 12:17:44 -04:00
.tx Python-i18n: tx pull and push improvements 2017-08-10 10:42:03 -04:00
ci i18n: smash things back from unspecified charset to UTF-8 2017-09-07 05:43:50 -04:00
CMakeModules Clean up CMake stuff, remove unneeded modules 2017-09-13 08:32:22 -04:00
data Create example distro squashfs (from build host) 2017-08-23 17:33:03 -04:00
lang [python] Automatic merge of Transifex translations 2017-09-07 05:45:03 -04:00
man Manual: move to section 8, minor polishing 2017-06-07 03:03:29 -04:00
src Clang: reduce warnings 2017-09-13 08:03:18 -04:00
thirdparty Clang: improve usefullness of clang-warnings 2017-06-21 07:27:59 -04:00
.editorconfig
.gitattributes Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. 2015-07-20 17:26:53 +02:00
.gitignore Add KDevelop and Visual Studio Code files to .gitignore. 2016-12-08 12:54:14 +01:00
.gitmodules Drop submodule the right way 2017-09-13 08:43:20 -04:00
.travis.yml PEP8: Just don't do it 2017-09-11 11:23:28 +02:00
AUTHORS
calamares.desktop i18n: delete magically duplicating comment 2017-09-07 05:46:51 -04:00
CalamaresBuildTreeSettings.cmake.in
CalamaresConfig.cmake.in
CalamaresConfigVersion.cmake.in
cmake_uninstall.cmake.in
CMakeLists.txt Drop crashreporter-qt 2017-09-13 08:38:51 -04:00
com.github.calamares.calamares.policy
Dockerfile Use KDE Neon since it has a newer kpmcore 2017-06-12 13:03:24 +02:00
LICENSE
README.md Bump required KPMCore to 3.0.3 2017-06-12 12:36:45 +02:00
settings.conf Also disable dummypythonqt in jobs list. 2017-01-16 12:55:59 +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.