Aucune description

bill-auger 9e3a8be177 stash - keyring kludge il y a 7 ans
.github 239a8eb3a8 GitHub: update issue template to provide hint for installation log il y a 7 ans
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements il y a 7 ans
CMakeModules fda4b4e3c2 CMake: improve searching for PythonQt il y a 7 ans
LICENSES fbe1976c11 [libcalamaresui] Add breeze SVGs under LGPLv3 il y a 7 ans
ci b5f2f22a78 Documentation: update HACKING il y a 7 ans
data 49e781f06f next skel pkg il y a 7 ans
lang e8014e2459 tweak welcome view styling il y a 7 ans
man b6715098e1 Manual: move to section 8, minor polishing il y a 7 ans
src 9e3a8be177 stash - keyring kludge il y a 7 ans
.editorconfig 84984163be Added .editorconfig il y a 9 ans
.gdbinit c3f09efc8d add desktop module il y a 7 ans
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. il y a 9 ans
.gitignore d2c91dedf3 add kate temp files to gitignore il y a 7 ans
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly il y a 7 ans
.travis.yml ff3a40368d CI: defer to Travis driver script il y a 7 ans
AUTHORS ac14e8a38c Documentation: update AUTHORS il y a 7 ans
CMakeLists.txt 49e781f06f next skel pkg il y a 7 ans
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. il y a 11 ans
CalamaresConfig.cmake.in a61a36d99d We have a Python API for jobmodules! il y a 10 ans
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. il y a 11 ans
Dockerfile b90fdaca7a Use KDE Neon since it has a newer kpmcore il y a 7 ans
LICENSE 3c3fbfe61d Update LICENSE il y a 11 ans
README.md 4f077d3b9a Documentation: update README dependencies, links il y a 7 ans
calamares.desktop 4b352b81cc update for kpmcore 3.2 il y a 7 ans
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. il y a 11 ans
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. il y a 10 ans
mk 4d790f95d6 prime chroot cache il y a 7 ans
settings.conf bf9fa20148 ok luks il y a 7 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.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:
    • KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
    • KPMcore >= 3.0.2
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.