Aucune description

Adriaan de Groot 30c06af674 CMake: bump version number il y a 7 ans
.github 2d94e88026 adding an ISSUE_TEMPLATE for bug reporting il y a 7 ans
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements il y a 7 ans
CMakeModules c6c6c2f22f Testing: refactor so that C++ and Python modules all get yaml-config tests il y a 7 ans
LICENSES 420f135628 Licensing: Re-import GPLv2.1 slideshow il y a 7 ans
ci c0867c76fd Document another way to create tarballs il y a 7 ans
data bba9651850 Create example distro squashfs (from build host) il y a 7 ans
lang 94e7735ee4 [python] Automatic merge of Transifex translations il y a 7 ans
man b6715098e1 Manual: move to section 8, minor polishing il y a 7 ans
src d42210eb93 Merge branch '3.1-pinebook' into 3.1.x-stable il y a 7 ans
.editorconfig 84984163be Added .editorconfig il y a 9 ans
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. il y a 9 ans
.gitignore 0e922d3481 Add KDevelop and Visual Studio Code files to .gitignore. il y a 8 ans
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly il y a 7 ans
.travis.yml a0379c9b40 PEP8: Just don't do it il y a 7 ans
AUTHORS 13807ceabf Licensing: add self il y a 7 ans
CMakeLists.txt c2ee0c6ed4 CMake: bump version number il y a 7 ans
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. il y a 10 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 10 ans
Dockerfile b90fdaca7a Use KDE Neon since it has a newer kpmcore il y a 7 ans
LICENSE 3c3fbfe61d Update LICENSE il y a 10 ans
README.md 83d0524935 Fix docs links il y a 7 ans
calamares.desktop dfeb33006b [desktop] Automatic merge of Transifex translations il y a 7 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 2e41037eea Also disable dummypythonqt in jobs list. 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
  • dmidecode

Modules:

  • welcome:
    • NetworkManager
    • UPower
  • partition:
    • extra-cmake-modules
    • KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
    • KPMcore >= 3.0.3
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.