CutefishOS Installer.
 
 
 
 
 
 
Go to file
Gaël PORTAY e68723f1c7 [libcalamares] Handle integers prefixed with 0 or 0x
- QString to-integer members detect if an integer string begins with
  "0x" (base 16) or "0", base 8; but QVariant members do not.
- QString: the C language convention is used is base is set to 0.
- Convert to QString and use its member toLongLong() and set base to 0
  to detect integer strings begin with a prefix.
.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 CI: add a BUILD_SCHEMA_TESTING
data Docs: Add support for bash-completion
lang i18n: [python] Automatic merge of Transifex translations
man Manual: move to section 8, minor polishing
src [libcalamares] Handle integers prefixed with 0 or 0x
.clang-format CI: when I said 'left' I meant 'dont'
.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: thank Gaël and mention removal of -tools
CMakeLists.txt CI: add a BUILD_SCHEMA_TESTING
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.