Skip to content
Snippets Groups Projects
Select Git revision
  • 12d23115f4a80c32b96bd5fa9cb095ca8296250a
  • development default protected
  • 3.2.x-stable
  • prepare
  • 6b369dc5
  • 3.1.x-stable
  • 3.0.x-stable
  • 2.4.x-stable
  • v3.2.61
  • v3.2.60
  • v3.2.59
  • v3.2.54
  • v3.2.53
  • v3.2.52
  • v3.2.51
  • v3.2.48
  • v3.2.45
  • v3.2.44.3
  • v3.2.44
  • v3.2.40
  • v3.2.13
  • v3.2.9
  • v3.2.8
  • v3.2.7
  • v3.2.6
  • v3.2.5
  • v3.2.4
  • v3.2.3
28 results

calamares

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Philip Müller authored
    12d23115
    History

    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.