CutefishOS Installer.
 
 
 
 
 
 
Go to file
Adriaan de Groot 23bfcb755e i18n: pick up the translations CMake module just once
.github/ISSUE_TEMPLATE Update issue template
.reuse REUSE: dep5-style licensing
.tx REUSE: administrative and repo-meta files
3rdparty REUSE: 3rdparty license fix-up
CMakeModules REUSE: Giant boilerplate cleanup
LICENSES REUSE: LICENSES/ files
ci i18n: Don't compile the Python translations as part of fetching TX
data REUSE: Giant boilerplate cleanup
lang i18n: remove the compiled .mo files from 'sources'
man Manual: move to section 8, minor polishing
src i18n: pick up the translations CMake module just once
.clang-format REUSE: administrative and repo-meta files
.editorconfig REUSE: administrative and repo-meta files
.gitattributes REUSE: administrative and repo-meta files
.gitignore REUSE: administrative and repo-meta files
.gitmodules Remove libcrashreporter-qt more thoroughly
.travis.yml REUSE: administrative and repo-meta files
AUTHORS REUSE: administrative and repo-meta files
CHANGES Changes: credits for bugfixes and translations
CMakeLists.txt CMake: update translation lists
CalamaresConfig.cmake.in REUSE: administrative and repo-meta files
Dockerfile REUSE: administrative and repo-meta files
README.md REUSE: administrative and repo-meta files
calamares.desktop i18n: [desktop] Automatic merge of Transifex translations
calamares.desktop.in add missing ";" in calamares.desktop
cmake_uninstall.cmake.in REUSE: administrative and repo-meta files
com.github.calamares.calamares.policy REUSE: administrative and repo-meta files
io.calamares.calamares.appdata.xml REUSE: administrative and repo-meta files
settings.conf REUSE: (CC0-1.0) module descriptors and configuration files

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.