Go to file
2016-12-05 18:01:12 +01:00
.tx
ci Fix cmake call for CI. 2016-07-27 13:38:30 +02:00
CMakeModules Correctly fail when YAML-CPP is not found. 2016-03-29 09:28:38 +02:00
data/images
hacking Delete GlobalStorage.md 2016-05-11 17:41:12 +02:00
lang Automatic merge of Transifex translations 2016-08-28 00:34:14 +00:00
src Document settings for services module. 2016-12-05 18:01:12 +01:00
thirdparty update submodule. 2016-03-29 18:42:50 +02:00
.editorconfig
.gitattributes
.gitignore
.gitmodules Update submodule back to upstream. 2016-03-25 10:14:17 +01:00
AUTHORS
calamares.desktop Make Cala show up as loading even before the mainwindow pops up. 2016-05-18 15:47:26 +02:00
CalamaresAddBrandingSubdirectory.cmake
CalamaresAddLibrary.cmake
CalamaresAddModuleSubdirectory.cmake
CalamaresAddPlugin.cmake
CalamaresBuildTreeSettings.cmake.in
CalamaresConfig.cmake.in
CalamaresConfigVersion.cmake.in
CalamaresUse.cmake.in
cmake_uninstall.cmake.in
CMakeLists.txt Bump. 2016-11-25 18:21:24 +01:00
com.github.calamares.calamares.policy
HACKING.md
LICENSE
README.md README.md: sgdisk is no longer used. 2016-10-29 01:26:37 +02:00
settings.conf [dracutlukscfg] New module: pre-configuration for dracut+LUKS. 2016-10-21 17:40:56 +02:00

Calamares: Distribution-Independent Installer Framework


GitHub release 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.3
  • 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 >= 2.2
  • bootloader:
  • systemd-boot or GRUB
  • unpackfs:
  • squashfs-tools
  • rsync

Building

See wiki for up to date building and deployment instructions.