Няма описание

Adriaan de Groot 3803e4c637 CMake: bump version преди 6 години
.github 2d94e88026 adding an ISSUE_TEMPLATE for bug reporting преди 6 години
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements преди 6 години
CMakeModules 2e1f389997 CMake: explain which modules are skipped преди 6 години
LICENSES 420f135628 Licensing: Re-import GPLv2.1 slideshow преди 6 години
ci c0867c76fd Document another way to create tarballs преди 6 години
data bba9651850 Create example distro squashfs (from build host) преди 6 години
lang 94e7735ee4 [python] Automatic merge of Transifex translations преди 6 години
man b6715098e1 Manual: move to section 8, minor polishing преди 7 години
src 17fd10cdb1 [locale] Un-idiomize back to 3.1 преди 6 години
.editorconfig 84984163be Added .editorconfig преди 9 години
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. преди 8 години
.gitignore 0e922d3481 Add KDevelop and Visual Studio Code files to .gitignore. преди 7 години
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly преди 6 години
.travis.yml a0379c9b40 PEP8: Just don't do it преди 6 години
AUTHORS 13807ceabf Licensing: add self преди 6 години
CMakeLists.txt 4f16d65a8b CMake: bump version преди 6 години
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. преди 10 години
CalamaresConfig.cmake.in a61a36d99d We have a Python API for jobmodules! преди 9 години
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. преди 10 години
Dockerfile 06e43a7312 CI: Switch to stable Neon, to avoid all-builds-failing. преди 6 години
LICENSE 3c3fbfe61d Update LICENSE преди 10 години
README.md 83d0524935 Fix docs links преди 6 години
calamares.desktop dfeb33006b [desktop] Automatic merge of Transifex translations преди 6 години
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. преди 10 години
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. преди 9 години
settings.conf 2e41037eea Also disable dummypythonqt in jobs list. преди 7 години

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.