Bez popisu

bill-auger 496671d253 stash před 7 roky
.github 239a8eb3a8 GitHub: update issue template to provide hint for installation log před 7 roky
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements před 7 roky
CMakeModules 1a42b8af41 Merge branch 'kpmcore-3.2' před 7 roky
LICENSES fbe1976c11 [libcalamaresui] Add breeze SVGs under LGPLv3 před 7 roky
ci 762ad54344 Documentation: change http links to GitHub to https před 7 roky
data c4398ec86b [libcalamaresui] Swap breeze icons před 7 roky
lang a25445a58c i18n: update (English) source translation files před 7 roky
man b6715098e1 Manual: move to section 8, minor polishing před 7 roky
src 496671d253 stash před 7 roky
.editorconfig 84984163be Added .editorconfig před 9 roky
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. před 9 roky
.gitignore d2c91dedf3 add kate temp files to gitignore před 7 roky
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly před 7 roky
.travis.yml ff3a40368d CI: defer to Travis driver script před 7 roky
AUTHORS ac14e8a38c Documentation: update AUTHORS před 7 roky
CMakeLists.txt c582ff0d6b Merge branch '3.1.x-stable' před 7 roky
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. před 10 roky
CalamaresConfig.cmake.in a61a36d99d We have a Python API for jobmodules! před 10 roky
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. před 10 roky
Dockerfile 68e940f0bf Remove unnecessary KIO and KIconThemes dependencies. před 7 roky
LICENSE 3c3fbfe61d Update LICENSE před 10 roky
README.md cc15dd9ec7 Merge branch 'master' into kpmcore-3.2 před 7 roky
calamares.desktop d89cb8ea91 [desktop] Automatic merge of Transifex translations před 7 roky
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. před 10 roky
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. před 10 roky
mk 496671d253 stash před 7 roky
settings.conf 496671d253 stash před 7 roky

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:
    • 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.