No Description

Adriaan de Groot f16e947713 revertme - cherry-picked 762ad5434 - [hwclock] Be more lenient. 6 years ago
.github 239a8eb3a8 GitHub: update issue template to provide hint for installation log 6 years ago
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements 6 years ago
CMakeModules fda4b4e3c2 CMake: improve searching for PythonQt 6 years ago
LICENSES fbe1976c11 [libcalamaresui] Add breeze SVGs under LGPLv3 6 years ago
ci b5f2f22a78 Documentation: update HACKING 6 years ago
data 7fbd6893b9 squashme - housekeeping 5 years ago
lang e8014e2459 tweak welcome view styling 6 years ago
man b6715098e1 Manual: move to section 8, minor polishing 6 years ago
src f16e947713 revertme - cherry-picked 762ad5434 - [hwclock] Be more lenient. 5 years ago
.editorconfig 84984163be Added .editorconfig 8 years ago
.gdbinit c3f09efc8d add desktop module 6 years ago
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. 8 years ago
.gitignore 958fc8e3d3 squashme - housekeeping 5 years ago
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly 6 years ago
.travis.yml ff3a40368d CI: defer to Travis driver script 6 years ago
AUTHORS ac14e8a38c Documentation: update AUTHORS 6 years ago
CMakeLists.txt 1e16a612d2 add welcome notice text 5 years ago
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. 10 years ago
CalamaresConfig.cmake.in a61a36d99d We have a Python API for jobmodules! 9 years ago
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. 10 years ago
Dockerfile b90fdaca7a Use KDE Neon since it has a newer kpmcore 6 years ago
LICENSE 3c3fbfe61d Update LICENSE 10 years ago
README.md 4f077d3b9a Documentation: update README dependencies, links 6 years ago
calamares.desktop 4b352b81cc update for kpmcore 3.2 6 years ago
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. 10 years ago
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. 9 years ago
mk 958fc8e3d3 squashme - housekeeping 5 years ago
settings.conf 89de557499 implement WM/DE selection 5 years ago

README.md

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
  • extra-cmake-modules (recommended; required for some modules)

Modules:

  • welcome:
    • NetworkManager
    • UPower (optional, runtime)
  • partition:
    • KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
    • KPMcore >= 3.0.2
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.