Nav apraksta

bill-auger 95cc321fcb stash - merge 2017-06-19 7 gadi atpakaļ
.tx c2273b18b6 Add dummypythonqt Transifex resource configuration. 8 gadi atpakaļ
CMakeModules ada620effc Find PythonQt. 8 gadi atpakaļ
ci e67abde6f7 Pull all catalogs and push back to git. 8 gadi atpakaļ
data f417e24097 New icon, PNG. 9 gadi atpakaļ
hacking a8f54fcc18 Delete GlobalStorage.md 8 gadi atpakaļ
lang da83e71352 [core] Automatic merge of Transifex translations 7 gadi atpakaļ
src 95cc321fcb stash - merge 2017-06-19 7 gadi atpakaļ
thirdparty d16c7543c1 update submodule. 9 gadi atpakaļ
.editorconfig 84984163be Added .editorconfig 9 gadi atpakaļ
.gdbinit 36ff11162f add desktop module 7 gadi atpakaļ
.gitattributes 71ecd981f7 Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. 9 gadi atpakaļ
.gitignore 0e922d3481 Add KDevelop and Visual Studio Code files to .gitignore. 8 gadi atpakaļ
.gitmodules 7824cdae9d Update submodule back to upstream. 9 gadi atpakaļ
.travis.yml fdd65bfb21 Enforce basic pep8 checking 8 gadi atpakaļ
AUTHORS 347115c1bc AUTHORS file. 10 gadi atpakaļ
CMakeLists.txt a5280b6896 Bump. 8 gadi atpakaļ
CalamaresAddBrandingSubdirectory.cmake f10dc62efc Rely on CMake if the branding component has a CMakeLists.txt. 9 gadi atpakaļ
CalamaresAddLibrary.cmake d97bb47f09 Add proper QResrouce system to libcalamaresui, finish up prepare checks 10 gadi atpakaļ
CalamaresAddModuleSubdirectory.cmake e89a8aa3b5 Copy and install PythonQt module translations, if found. 8 gadi atpakaļ
CalamaresAddPlugin.cmake 8b427cf2df Add LINK_PRIVATE_LIBRARIES to calamares_add_plugin. 8 gadi atpakaļ
CalamaresBuildTreeSettings.cmake.in b5ec7c4702 CMake skeleton. 10 gadi atpakaļ
CalamaresConfig.cmake.in a61a36d99d We have a Python API for jobmodules! 10 gadi atpakaļ
CalamaresConfigVersion.cmake.in b5ec7c4702 CMake skeleton. 10 gadi atpakaļ
CalamaresUse.cmake.in d53643f7cc New CalamaresAddBrandingSubdirectory macro. 10 gadi atpakaļ
Dockerfile 2dab9e11be Use Docker since Travis host OS is super old 8 gadi atpakaļ
HACKING.md fd2b8536fc Update HACKING.md 9 gadi atpakaļ
LICENSE 3c3fbfe61d Update LICENSE 10 gadi atpakaļ
PKGBUILD 95cc321fcb stash - merge 2017-06-19 7 gadi atpakaļ
README.md 4a5e4088a9 Fix nested lists in README 8 gadi atpakaļ
calamares.desktop d2a274012a Add keywords to desktop file (#259) 8 gadi atpakaļ
cmake_uninstall.cmake.in b5ec7c4702 CMake skeleton. 10 gadi atpakaļ
com.github.calamares.calamares.policy bc9b9d2ce4 Rename pkexec policy file to .policy extension. 10 gadi atpakaļ
mk f485511192 update PKGBUILD 7 gadi atpakaļ
settings.conf cefa7ca615 stash - did not netinstall module 7 gadi atpakaļ

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 >= 2.8.12
  • 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
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.