Нема описа

Adriaan de Groot a25a3b6447 [bootloader] print() does not log пре 6 година
.github 239a8eb3a8 GitHub: update issue template to provide hint for installation log пре 6 година
.tx 9f5ff55ba2 Python-i18n: tx pull and push improvements пре 6 година
CMakeModules 27e1de6548 [users] Use libpwquality for additional password checks пре 6 година
LICENSES 399256ba99 [users] Use explanation of password error from libpwquality пре 6 година
ci 762ad54344 Documentation: change http links to GitHub to https пре 6 година
data c4398ec86b [libcalamaresui] Swap breeze icons пре 6 година
lang b703151420 [python] Automatic merge of Transifex translations пре 6 година
man b6715098e1 Manual: move to section 8, minor polishing пре 7 година
src 533031b3ca [bootloader] print() does not log пре 6 година
.editorconfig 84984163be Added .editorconfig пре 9 година
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. пре 8 година
.gitignore d2c91dedf3 add kate temp files to gitignore пре 6 година
.gitmodules 6c3b308a03 Remove libcrashreporter-qt more thoroughly пре 6 година
.travis.yml ff3a40368d CI: defer to Travis driver script пре 6 година
AUTHORS ac14e8a38c Documentation: update AUTHORS пре 6 година
CMakeLists.txt 8c4a298f16 CMake: bump version in preparation for -RC3 пре 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 68e940f0bf Remove unnecessary KIO and KIconThemes dependencies. пре 6 година
LICENSE 3c3fbfe61d Update LICENSE пре 10 година
README.md cc15dd9ec7 Merge branch 'master' into kpmcore-3.2 пре 6 година
calamares.desktop b9872a12bd [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 1b35ce34c5 Documentation: explain dummyprocess пре 6 година

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.