Aucune description

bill-auger 2d4262e32b implement post log to paste server il y a 5 ans
.github 398b6be4ba Update issue template il y a 6 ans
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements il y a 7 ans
CMakeModules 63d1378721 CMake: need to create dir before copying to it il y a 5 ans
LICENSES 399256ba99 [users] Use explanation of password error from libpwquality il y a 6 ans
ci 25fe8f73c9 CI: label languages "incomplete" at < 5% il y a 5 ans
data 20c0256932 CI: update AppImage configs il y a 5 ans
lang c57e914a23 i18n: [python] Automatic merge of Transifex translations il y a 5 ans
man b6715098e1 Manual: move to section 8, minor polishing il y a 7 ans
src 2d4262e32b implement post log to paste server il y a 5 ans
.clang-format 0a1b27fcfa CI: add clang-format as a tool il y a 5 ans
.editorconfig 84984163be Added .editorconfig il y a 9 ans
.gitattributes 4b87bb6f28 Git: drop non-existent files from .gitattributes il y a 6 ans
.gitignore 8a9baf6e11 Git: ignore compiled QML il y a 6 ans
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly il y a 7 ans
.travis.yml 933ad82392 CI: increase build directory size il y a 6 ans
AUTHORS b9686a8a84 [Authors] Philip only needs to be listed once il y a 5 ans
CHANGES f7cbb7b5ea Changes: Note modified initramfs module il y a 5 ans
CMakeLists.txt 25fe8f73c9 CI: label languages "incomplete" at < 5% il y a 5 ans
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. il y a 10 ans
CalamaresConfig.cmake.in 2fee85907d CMake: improve documentation in the Config file il y a 6 ans
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. il y a 10 ans
CalamaresUse.cmake.in 3610634883 CMake: Calamares uses linguist-tools for translation il y a 6 ans
Dockerfile 48b7c312f8 ci: switch to less volatile KDE Neon version il y a 6 ans
LICENSE 3c3fbfe61d Update LICENSE il y a 10 ans
README.md 6a36e1dc8e CMake: make docs and code consistent. il y a 6 ans
calamares.desktop 9b1712d688 i18n: [desktop] Automatic merge of Transifex translations il y a 5 ans
calamares.desktop.in 7090227269 i18n: fix up tooling il y a 6 ans
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. il y a 10 ans
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. il y a 10 ans
settings.conf 9acf80db8b Documentation: go over the instances section. il y a 5 ans

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.