CutefishOS Installer.
 
 
 
 
 
 
Go to file
Adriaan de Groot 6092172f8d [libcalamares] Regions and zones change to QList<Base*>
- By using QList< CStringPair* > consistently, we can save
   a bunch of model code at the cost of an occasional dynamic_cast;
   it's fairly rare for there to be a need for the derived pointer.
.github/ISSUE_TEMPLATE Update issue template
.tx Python-i18n: tx pull and push improvements
3rdparty [3rdparty] Remove QJsonModel and support
CMakeModules CMake: allow required modules in calamares_add_plugin
LICENSES [3rdparty] Remove QJsonModel and support
ci Merge branch 'master' into zone-data
data [libcalamaresui] Add one more icon (donate) from Breeze
lang i18n: [python] Automatic merge of Transifex translations
man Manual: move to section 8, minor polishing
src [libcalamares] Regions and zones change to QList<Base*>
.clang-format CI: when I said 'left' I meant 'dont'
.editorconfig Added .editorconfig
.gitattributes Git: drop non-existent files from .gitattributes
.gitignore Git: ignore compiled QML
.gitmodules Remove libcrashreporter-qt more thoroughly
.travis.yml CI: increase build directory size
AUTHORS [Authors] Philip only needs to be listed once
CHANGES Changes: pre-release housekeeping
CMakeLists.txt Changes: post-release housekeeping
CalamaresBuildTreeSettings.cmake.in CMake skeleton.
CalamaresConfig.cmake.in CMake: improve documentation in the Config file
CalamaresConfigVersion.cmake.in CMake skeleton.
CalamaresUse.cmake.in CMake: Calamares uses linguist-tools for translation
Dockerfile ci: switch to less volatile KDE Neon version
LICENSE Update LICENSE
README.md Changes: document KCoreAddons dependency
calamares.desktop i18n: [desktop] Automatic merge of Transifex translations
calamares.desktop.in add missing ";" in calamares.desktop
cmake_uninstall.cmake.in CMake skeleton.
com.github.calamares.calamares.policy Rename pkexec policy file to .policy extension.
io.calamares.calamares.appdata.xml CI: Add an AppData file
settings.conf Documentation: go over the instances section.

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++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.