Ingen beskrivning

Adriaan de Groot 1e5e0dacd0 CMake: bump version 5 år sedan
.github 398b6be4ba Update issue template 5 år sedan
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements 6 år sedan
CMakeModules d325366e92 CMake: fix plugin NO_INSTALL keyword 5 år sedan
LICENSES 399256ba99 [users] Use explanation of password error from libpwquality 6 år sedan
ci fc8d961049 [ci] fix link in HACKING.md 6 år sedan
data c4398ec86b [libcalamaresui] Swap breeze icons 6 år sedan
lang cd07a8bad9 i18n: [python] Automatic merge of Transifex translations 5 år sedan
man b6715098e1 Manual: move to section 8, minor polishing 7 år sedan
src c8de7e4d92 i18n: [dummypythonqt] Automatic merge of Transifex translations 5 år sedan
.editorconfig 84984163be Added .editorconfig 9 år sedan
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. 8 år sedan
.gitignore 8a9baf6e11 Git: ignore compiled QML 6 år sedan
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly 6 år sedan
.travis.yml ff3a40368d CI: defer to Travis driver script 6 år sedan
AUTHORS ac14e8a38c Documentation: update AUTHORS 6 år sedan
CMakeLists.txt 018ee1cc06 CMake: bump version 5 år sedan
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. 10 år sedan
CalamaresConfig.cmake.in 2fee85907d CMake: improve documentation in the Config file 6 år sedan
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. 10 år sedan
CalamaresUse.cmake.in 3610634883 CMake: Calamares uses linguist-tools for translation 6 år sedan
Dockerfile 48b7c312f8 ci: switch to less volatile KDE Neon version 6 år sedan
LICENSE 3c3fbfe61d Update LICENSE 10 år sedan
README.md 6a36e1dc8e CMake: make docs and code consistent. 5 år sedan
calamares.desktop 5c6d88b1b8 i18n: [desktop] Automatic merge of Transifex translations 5 år sedan
calamares.desktop.in 7090227269 i18n: fix up tooling 6 år sedan
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. 10 år sedan
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. 9 år sedan
settings.conf 1b35ce34c5 Documentation: explain dummyprocess 6 år sedan

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.7
  • yaml-cpp >= 0.5.1
  • Python >= 3.3 (required for some modules)
  • Boost.Python >= 1.55.0 (recommended, or PythonQt; one is required for some modules)
  • PythonQt (recommended, or Boost.Python; one is required for some modules)
  • extra-cmake-modules >= 5.18 (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.