CutefishOS Installer.
 
 
 
 
 
 
Go to file
Adriaan de Groot 45970fee27 Changes: pre-release housekeeping
- update the translations list, welcome Azerbaijani (in two variants)
- this is a hotfix release due to UB
.github/ISSUE_TEMPLATE Update issue template
.tx i18n: adjust tooling to renamed resource
3rdparty [3rdparty] Chase API deprecation in Qt
CMakeModules CMake: handle Python modules built from subdirectory a/b
LICENSES [LICENSES] Add BSD2
ci Merge branch 'calamares' into issue-1287
data Docs: add a FreeBSD port directory (copy it to sysutils/calamares)
lang i18n: [python] Automatic merge of Transifex translations
man Manual: move to section 8, minor polishing
src [partition] Fix missing initialization of the attribute partAttributes
.clang-format CI: update clang-format
.editorconfig Docs: make editorconfig for CMake explicit (4-space indents)
.gitattributes Git: drop non-existent files from .gitattributes
.gitignore add tags file to .gitignore
.gitmodules Remove libcrashreporter-qt more thoroughly
.travis.yml CI: increase build directory size
AUTHORS there's only one bill auger, and we should spell his name right
CHANGES Changes: post-release housekeeping
CMakeLists.txt Changes: pre-release housekeeping
CalamaresConfig.cmake.in CMake: put CMake-level ABI settings in CalamaresConfig
Dockerfile ci: switch to less volatile KDE Neon version
LICENSE Update LICENSE
README.md CI: change of default branch
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 [/] Update SPDX identifiers.
settings.conf Documentation: uncomment oem-setup

README.md

Calamares: Distribution-Independent Installer Framework


GitHub release Travis Build Status Coverity Scan Build Status GitHub license

Report a Bug Translate Contribute 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)

Individual modules may have their own requirements; these are listed in CMake output. Particular requirements (not complete):

  • fsresizer KPMCore >= 3.3 (>= 4.1 recommended)
  • partition KPMCore >= 3.3 (>= 4.1 recommended)
  • users LibPWQuality (optional)

Building

See wiki for up to date building and deployment instructions.