CutefishOS Installer.
 
 
 
 
 
 
Go to file
Adriaan de Groot 4e75ea8bd0 REUSE: Add best-effort .license for data/images/
- the commit messages don't mention getting the images
  from elsewhere, so use the commit date.
.github/ISSUE_TEMPLATE Update issue template
.tx i18n: adjust tooling to renamed resource
3rdparty REUSE: 3rdparty license fix-up
CMakeModules REUSE: (BSD-2-Clause) CMakeModules/
LICENSES REUSE: LICENSES/ files
ci REUSE: license tags for the scripts and tools in ci/
data REUSE: Add best-effort .license for data/images/
lang REUSE: SPDX tagging of application library and main
man Manual: move to section 8, minor polishing
src REUSE: SPDX tagging of application library and main
.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 REUSE: (BSD-2-Clause) all CMakeLists
CalamaresConfig.cmake.in CMake: put CMake-level ABI settings in CalamaresConfig
Dockerfile ci: switch to less volatile KDE Neon version
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 Docs: explain that instances may also exist for weight-setting

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.