CutefishOS Installer.
 
 
 
 
 
 
Go to file
Adriaan de Groot a2bdc12f25 [libcalamares] Drop unused plugin defines
- Remove some superfluous intermediate defines
 - baseFactory was not used (always Calamares::PluginFactory)
 - Move DECLARATION and DEFINITIONS apart
 - CALAMARES_PLUGIN_FACTORY_DEFINITION was redefined (identically)
 - CALAMARES_PLUGIN_FACTORY_DECLARATION was redefined (identically)
 - __VA_ARGS__ was constant
.github GitHub: update issue template to provide hint for installation log
.tx Python-i18n: tx pull and push improvements
CMakeModules CMake: don't copy over modules with unsupported interfaces.
LICENSES [libcalamaresui] Add breeze SVGs under LGPLv3
ci Documentation: change http links to GitHub to https
data [libcalamaresui] Swap breeze icons
lang [python] Automatic merge of Transifex translations
man Manual: move to section 8, minor polishing
src [libcalamares] Drop unused plugin defines
.editorconfig Added .editorconfig
.gitattributes Add testmodule.py and globalStorage.yaml to export-ignore for tarballs.
.gitignore add kate temp files to gitignore
.gitmodules Remove libcrashreporter-qt more thoroughly
.travis.yml CI: defer to Travis driver script
AUTHORS Documentation: update AUTHORS
CMakeLists.txt CMake: fix broken logic around Python
CalamaresBuildTreeSettings.cmake.in CMake skeleton.
CalamaresConfig.cmake.in We have a Python API for jobmodules!
CalamaresConfigVersion.cmake.in CMake skeleton.
Dockerfile Remove unnecessary KIO and KIconThemes dependencies.
LICENSE Update LICENSE
README.md Merge branch 'master' into kpmcore-3.2
calamares.desktop [desktop] Automatic merge of Transifex translations
cmake_uninstall.cmake.in CMake skeleton.
com.github.calamares.calamares.policy Rename pkexec policy file to .policy extension.
settings.conf Documentation: explain dummyprocess

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++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
  • CMake >= 3.2
  • Qt >= 5.6
  • yaml-cpp >= 0.5.1
  • Python >= 3.3
  • Boost.Python >= 1.55.0
  • extra-cmake-modules (recommended; required for some modules)

Modules:

  • welcome:
    • NetworkManager
    • UPower (optional, runtime)
  • partition:
    • extra-cmake-modules
    • KF5: KCoreAddons, KConfig, KI18n, KService, KWidgetsAddons
    • KPMcore >= 3.3
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.