Sen descrición

Adriaan de Groot b25f63e6d4 CMake: bump version number %!s(int64=6) %!d(string=hai) anos
.github 2d94e88026 adding an ISSUE_TEMPLATE for bug reporting %!s(int64=6) %!d(string=hai) anos
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements %!s(int64=6) %!d(string=hai) anos
CMakeModules 2e1f389997 CMake: explain which modules are skipped %!s(int64=6) %!d(string=hai) anos
LICENSES 420f135628 Licensing: Re-import GPLv2.1 slideshow %!s(int64=6) %!d(string=hai) anos
ci c0867c76fd Document another way to create tarballs %!s(int64=6) %!d(string=hai) anos
data bba9651850 Create example distro squashfs (from build host) %!s(int64=6) %!d(string=hai) anos
lang 94e7735ee4 [python] Automatic merge of Transifex translations %!s(int64=6) %!d(string=hai) anos
man b6715098e1 Manual: move to section 8, minor polishing %!s(int64=7) %!d(string=hai) anos
src 41e6f0e06c [calamares] Allow WM close button %!s(int64=6) %!d(string=hai) anos
.editorconfig 84984163be Added .editorconfig %!s(int64=9) %!d(string=hai) anos
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. %!s(int64=8) %!d(string=hai) anos
.gitignore 0e922d3481 Add KDevelop and Visual Studio Code files to .gitignore. %!s(int64=7) %!d(string=hai) anos
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly %!s(int64=6) %!d(string=hai) anos
.travis.yml a0379c9b40 PEP8: Just don't do it %!s(int64=6) %!d(string=hai) anos
AUTHORS 13807ceabf Licensing: add self %!s(int64=6) %!d(string=hai) anos
CMakeLists.txt b3f0932ff9 CMake: bump version number %!s(int64=6) %!d(string=hai) anos
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. %!s(int64=10) %!d(string=hai) anos
CalamaresConfig.cmake.in a61a36d99d We have a Python API for jobmodules! %!s(int64=9) %!d(string=hai) anos
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. %!s(int64=10) %!d(string=hai) anos
Dockerfile b90fdaca7a Use KDE Neon since it has a newer kpmcore %!s(int64=7) %!d(string=hai) anos
LICENSE 3c3fbfe61d Update LICENSE %!s(int64=10) %!d(string=hai) anos
README.md 83d0524935 Fix docs links %!s(int64=6) %!d(string=hai) anos
calamares.desktop dfeb33006b [desktop] Automatic merge of Transifex translations %!s(int64=6) %!d(string=hai) anos
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. %!s(int64=10) %!d(string=hai) anos
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. %!s(int64=9) %!d(string=hai) anos
settings.conf 2e41037eea Also disable dummypythonqt in jobs list. %!s(int64=7) %!d(string=hai) anos

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.